mirror of https://github.com/Icinga/icinga2.git
Fixed default host template.
This commit is contained in:
parent
c4293cfa25
commit
cdd3d566af
|
@ -24,6 +24,6 @@ object HostGroup "all-hosts" {
|
|||
abstract object Host "itl-host" {
|
||||
hostgroups = { "all-hosts" },
|
||||
|
||||
services = { "ping" },
|
||||
hostchecks = { "ping" }
|
||||
services = { "ping4" },
|
||||
hostchecks = { "ping4" }
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue