Re: [Nagios-devel] High latencies problem.

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

Re: [Nagios-devel] High latencies problem.

Post by Guest »

I had a similar problem. For me the reason was notification and
performance data plugins taking too long time. Nagios waits and does
nothing while these are executed.

My solution was to append performance data to a separate buffer
periodically and executing the plugins in cron. For now the latency is
acceptable, but if the number of notifications increase, I will probably
have to do something similar with them

In my opinion there seems to be slightly too many types of events that
locks Nagios until they're finished.=20

Best Regards
/Markus Almroth





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