mirror of https://github.com/Icinga/icinga2.git
notification_type mandatory
Make $notification_type$ mandatory in mail-service-notification, too.
This commit is contained in:
parent
5ab928f819
commit
8f670fd96a
|
@ -100,7 +100,10 @@ object NotificationCommand "mail-service-notification" {
|
|||
required = true
|
||||
value = "$notification_servicestate$"
|
||||
}
|
||||
"-t" = "$notification_type$"
|
||||
"-t" = {
|
||||
required = true
|
||||
value = "$notification_type$"
|
||||
}
|
||||
"-u" = {
|
||||
required = true
|
||||
value = "$notification_servicedisplayname$"
|
||||
|
|
Loading…
Reference in New Issue