icinga2.conf.dist: change host check to single aliased check

fixes #3816
This commit is contained in:
Michael Friedrich 2013-03-10 14:00:49 +01:00
parent d528ed2bba
commit c9178fb0f3
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ object Host "localhost" {
address6 = "::1",
},
hostchecks = { "ping4", "ping6" },
hostcheck = "ping4",
check_interval = 1m
}