mirror of https://github.com/Icinga/icinga2.git
mail-*-notification: remove redundant required = false
This commit is contained in:
parent
7f0aaf9b79
commit
a85892ccb9
|
@ -43,9 +43,7 @@ object NotificationCommand "mail-host-notification" {
|
|||
required = true
|
||||
value = "$notification_hoststate$"
|
||||
}
|
||||
"-X" = {
|
||||
required = false
|
||||
value = "$notification_hostnotes$"
|
||||
"-X" = "$notification_hostnotes$"
|
||||
"-t" = {
|
||||
required = true
|
||||
value = "$notification_type$"
|
||||
|
@ -114,14 +112,8 @@ object NotificationCommand "mail-service-notification" {
|
|||
required = true
|
||||
value = "$notification_type$"
|
||||
}
|
||||
"-X" = {
|
||||
required = false
|
||||
value = "$notification_hostnotes$"
|
||||
}
|
||||
"-x" = {
|
||||
required = false
|
||||
value = "$notification_servicenotes$"
|
||||
}
|
||||
"-X" = "$notification_hostnotes$"
|
||||
"-x" = "$notification_servicenotes$"
|
||||
"-u" = {
|
||||
required = true
|
||||
value = "$notification_servicedisplayname$"
|
||||
|
|
Loading…
Reference in New Issue