mirror of https://github.com/Icinga/icinga2.git
parent
f1d6d77330
commit
ba2309338e
|
@ -9,7 +9,7 @@ template Host "generic-host" {
|
|||
apply Notification "mail-icingaadmin" to Host {
|
||||
import "mail-host-notification"
|
||||
|
||||
user_groups = [ "icingaadmins"]
|
||||
user_groups = [ "icingaadmins" ]
|
||||
|
||||
assign where "generic-host" in host.templates
|
||||
}
|
||||
|
|
|
@ -12,7 +12,7 @@ template Service "generic-service" {
|
|||
apply Notification "mail-icingaadmin" to Service {
|
||||
import "mail-service-notification"
|
||||
|
||||
user_groups = [ "icingaadmins"]
|
||||
user_groups = [ "icingaadmins" ]
|
||||
|
||||
assign where "generic-service" in service.templates
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue