Fixed default host template.

This commit is contained in:
Gunnar Beutner 2013-02-04 12:58:16 +01:00
parent c4293cfa25
commit cdd3d566af
1 changed files with 2 additions and 2 deletions

View File

@ -24,6 +24,6 @@ object HostGroup "all-hosts" {
abstract object Host "itl-host" {
hostgroups = { "all-hosts" },
services = { "ping" },
hostchecks = { "ping" }
services = { "ping4" },
hostchecks = { "ping4" }
}