Hello there!
so i want to disable the checks if a host is down. i already tried it with a dependency.
that’s what i want to disable.
that’s what i tried.
apply Dependency “disable-host-service-checks” to Service {
disable_checks = true
disable_notifications = true
ignore_soft_states = true
assign where true
states = [ Down ]
}
iam using the director and just include this config but its not working. Is it possible to use this on all my hosts in my zone too?