mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
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…
x
Reference in New Issue
Block a user