[Nagios-devel] nagios latency

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
Guest

[Nagios-devel] nagios latency

Post by Guest »

Hi
we work for a service provider in italy, and we use nagios for
monitoring many platforms in our ceds.
During last week we had a problem, an unexpected blackout with (!)
the lacked activation of the electricity-generating group: 600 not
running server!
The Nagios performance, during the black-out, decreased drastically:
the latency check at the end of the day arrived at 4 hours!
In this week we look in the code, and we've see that the service
check and the host check, even if they stay in the same lists (low
and high priority) have a separate method check:
the services can run in parallel, but not the host.
In the file checks.c the function run_service_check permit the
multiple execution of the scheduled services, which is not
implemented in the run_host_check.
Why you use a serial method for the host check?
If is possible and if you want, we can work together for a solution.

p.s.
now we use check_fping intstead of check_ping (we even try with this
settings: warning 0,400 sec. critical 0,800 sec. timeout 1, 2 packets
with poor performance) for maximize the performance (in case of
problems...), but this isn't a definitive solution, because when all
the server are down, the latency arrives quickly at 40 minutes!

Thanks

Marcello, Andrea, Lorenzo.





This post was automatically imported from historical nagios-devel mailing list archives
Original poster: [email protected]
Locked