Fix ITL attributes.

This commit is contained in:
Michael Friedrich 2013-09-27 16:10:10 +02:00
parent e8bd81bddc
commit 3b96d5fc82
2 changed files with 4 additions and 4 deletions

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

View File

@ -22,5 +22,5 @@ object ServiceGroup "all-services" {
}
template Service "itl-service" {
servicegroups = [ "all-services" ]
groups = [ "all-services" ]
}