Update the example config.

Refs #5909
This commit is contained in:
Gunnar Beutner 2014-04-08 23:16:09 +02:00
parent f1d6d77330
commit ba2309338e
2 changed files with 2 additions and 2 deletions

View File

@ -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
}

View File

@ -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
}