]> granicus.if.org Git - icinga2/commitdiff
Update the example config.
authorGunnar Beutner <gunnar.beutner@netways.de>
Tue, 8 Apr 2014 21:16:09 +0000 (23:16 +0200)
committerGunnar Beutner <gunnar.beutner@netways.de>
Tue, 8 Apr 2014 21:16:31 +0000 (23:16 +0200)
Refs #5909

etc/icinga2/conf.d/generic-host.conf
etc/icinga2/conf.d/generic-service.conf

index 499afa4f03fb8a714a298774bb42a76e5102ef53..8f1f070785fe900e340887396519b4e39ae1d25d 100644 (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
 }
index eed24046f7b5a2099a6d0302222d2d5bbd3eeb88..3912ab8f33e81e18391793782d5705304a77dfc4 100644 (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
 }