mirror of https://github.com/Icinga/icinga2.git
Fix "mail-notification" template.
This commit is contained in:
parent
22634c1c1a
commit
d50a77b85b
|
@ -18,9 +18,7 @@ template Notification "mail-notification" {
|
|||
NotificationFilterDowntimeEnd |
|
||||
NotificationFilterDowntimeRemoved),
|
||||
|
||||
notification_period = "24x7",
|
||||
users = [ "icingaadmin" ],
|
||||
usergroups = [ "icingaadmins" ]
|
||||
notification_period = "24x7"
|
||||
}
|
||||
|
||||
object NotificationCommand "mail-service-notification" inherits "plugin-notification-command" {
|
||||
|
|
Loading…
Reference in New Issue