mirror of https://github.com/Icinga/icinga2.git
icinga2.conf.dist: change host check to single aliased check
fixes #3816
This commit is contained in:
parent
d528ed2bba
commit
c9178fb0f3
|
@ -42,7 +42,7 @@ object Host "localhost" {
|
||||||
address6 = "::1",
|
address6 = "::1",
|
||||||
},
|
},
|
||||||
|
|
||||||
hostchecks = { "ping4", "ping6" },
|
hostcheck = "ping4",
|
||||||
|
|
||||||
check_interval = 1m
|
check_interval = 1m
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue