mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-23 21:55:03 +02:00
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…
x
Reference in New Issue
Block a user