Replies: 3 comments
|
right, |
0 replies
|
depending on your check interval of your host and services it can always happen that the services will fail before the host. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
I need functionality that allows the service to retain downloaded data if the host's status is anything other than OK.
This means stopping service checks when the host's status is anything other than OK.
I found similar functionality in Nagios.
Nagios Core 4.1.1 implement the host_down_disable_service_checks=1 setting in nagios.cfg
https://support.nagios.com/kb/article.php?id=505
All reactions