]> granicus.if.org Git - icinga2/commitdiff
Fix ITL attributes.
authorMichael Friedrich <michael.friedrich@netways.de>
Fri, 27 Sep 2013 14:10:10 +0000 (16:10 +0200)
committerMichael Friedrich <michael.friedrich@netways.de>
Fri, 27 Sep 2013 14:10:10 +0000 (16:10 +0200)
itl/host.conf
itl/service.conf

index 97dac2c4756e668764645dce5a6517b5d02c8b5d..e14577d88b83d7733f05063e76ad8fb599164e45 100644 (file)
@@ -22,11 +22,11 @@ object HostGroup "all-hosts" {
 }
 
 template Host "itl-host" {
-    hostgroups = [ "all-hosts" ],
-    
+    groups = [ "all-hosts" ],
+
     services["ping4"] = {
       templates = [ "ping4" ]
     },
 
-    hostcheck = "ping4"
+    check = "ping4"
 }
index 7dc18cc57f5fe1a454e64ecdd1766a206f4bf52b..934f00c926f9dfb8150047670c24895dc45d1a49 100644 (file)
@@ -22,5 +22,5 @@ object ServiceGroup "all-services" {
 }
 
 template Service "itl-service" {
-    servicegroups = [ "all-services" ]
+    groups = [ "all-services" ]
 }