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