From: Michael Friedrich Date: Fri, 27 Sep 2013 14:10:10 +0000 (+0200) Subject: Fix ITL attributes. X-Git-Tag: v0.0.3~356 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3b96d5fc82321c3cc63580c7b8e6f4eff8adb667;p=icinga2 Fix ITL attributes. --- diff --git a/itl/host.conf b/itl/host.conf index 97dac2c47..e14577d88 100644 --- a/itl/host.conf +++ b/itl/host.conf @@ -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" } diff --git a/itl/service.conf b/itl/service.conf index 7dc18cc57..934f00c92 100644 --- a/itl/service.conf +++ b/itl/service.conf @@ -22,5 +22,5 @@ object ServiceGroup "all-services" { } template Service "itl-service" { - servicegroups = [ "all-services" ] + groups = [ "all-services" ] }