From cdd3d566af2136f7052ccbf785f8b4bda37a078e Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Mon, 4 Feb 2013 12:58:16 +0100 Subject: [PATCH] Fixed default host template. --- itl/host.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/itl/host.conf b/itl/host.conf index 28c02bc58..a68983bdd 100644 --- a/itl/host.conf +++ b/itl/host.conf @@ -24,6 +24,6 @@ object HostGroup "all-hosts" { abstract object Host "itl-host" { hostgroups = { "all-hosts" }, - services = { "ping" }, - hostchecks = { "ping" } + services = { "ping4" }, + hostchecks = { "ping4" } } -- 2.40.0