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" ] }