-
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
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 3 comments
-
right, host_down_disable_service_checks=1 is the setting you are looking for. It's the default already anyway.
Beta Was this translation helpful? Give feedback.
All reactions
-
Date Tue Sep 30 23:46:31 CEST 2025 (∞90s)
Version Thruk 3.22.2
OMD OMD 5.60-labs-edition
What am I doing wrong?
Services should have information before losing connection to the host.
Beta Was this translation helpful? Give feedback.
All reactions
-
depending on your check interval of your host and services it can always happen that the services will fail before the host.
Beta Was this translation helpful? Give feedback.