mirror of https://github.com/Icinga/icinga2.git
Fix ITL attributes.
This commit is contained in:
parent
e8bd81bddc
commit
3b96d5fc82
|
@ -22,11 +22,11 @@ object HostGroup "all-hosts" {
|
||||||
}
|
}
|
||||||
|
|
||||||
template Host "itl-host" {
|
template Host "itl-host" {
|
||||||
hostgroups = [ "all-hosts" ],
|
groups = [ "all-hosts" ],
|
||||||
|
|
||||||
services["ping4"] = {
|
services["ping4"] = {
|
||||||
templates = [ "ping4" ]
|
templates = [ "ping4" ]
|
||||||
},
|
},
|
||||||
|
|
||||||
hostcheck = "ping4"
|
check = "ping4"
|
||||||
}
|
}
|
||||||
|
|
|
@ -22,5 +22,5 @@ object ServiceGroup "all-services" {
|
||||||
}
|
}
|
||||||
|
|
||||||
template Service "itl-service" {
|
template Service "itl-service" {
|
||||||
servicegroups = [ "all-services" ]
|
groups = [ "all-services" ]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue