Merge pull request #5332 from sysadmama/patch-1

Notification Scripts: notification_type is always required
This commit is contained in:
Michael Friedrich 2017-06-07 10:21:33 +02:00 committed by GitHub
commit 612bd0755c
1 changed files with 4 additions and 1 deletions

View File

@ -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$"