Search found 3 matches

by jrdoubleu
Tue Jun 20, 2023 2:48 pm
Forum: Nagios XI
Topic: command check timeout disables active checks
Replies: 4
Views: 1726

Re: command check timeout disables active checks

FYI, I determined the cause of the issue. Figured I'd provide a resolution for others in a similar boat. The service checks in question, I was converting to ACTIVE checks from PASSIVE checks. /usr/local/nagios/libexec/eventhandlers/disable-service-checks.sh - this script fires when a host status cha...
by jrdoubleu
Fri May 12, 2023 7:26 am
Forum: Nagios XI
Topic: command check timeout disables active checks
Replies: 4
Views: 1726

Re: command check timeout disables active checks

Thanks for the response. What is host_down_disable_service_checks set to in nagios.cfg? /usr/local/nagios/etc/nagios.cfg has no entry for host_down_disable_service_checks You might look at the nagios.cfg doc and search for orphan to see if it might apply, as well as looking for other settings that m...
by jrdoubleu
Wed May 10, 2023 10:15 am
Forum: Nagios XI
Topic: command check timeout disables active checks
Replies: 4
Views: 1726

command check timeout disables active checks

Running Nagios XI 5.9.2 Is it expected that an active service check will be automatically disabled by Nagios when a command (in this case, NRPE) times out? Over time, active checks have been automatically disabled for a not-insignificant % of my monitored hosts. The service check status for those si...