Page 1 of 1

RE: [Nagios-devel] Question about Service State Latency

Posted: Thu Aug 11, 2005 5:27 am
by Guest

> -----Original Message-----
> From: [email protected] [mailto:nagios-devel-
> [email protected]] On Behalf Of Joseph Hardeman
> Sent: Thursday, August 11, 2005 7:17 AM
> To: [email protected]
> Subject: [Nagios-devel] Question about Service State Latency
>=20
> Greetings,
>=20
> I have been asked to find out what the Latency entry on the Service
> State Information page represents. I am hoping that you can help me
> understand where Nagios is getting this number from and how it is

The Latency measure is related to check scheduling --=20

http://nagios.sourceforge.net/docs/1_0/ ... uling.html

It is the time difference between when a check was scheduled to run and
when it actually did. Normally that number is at or around 0 but can be
higher in periods of high numbers of outages. Generally this is tweaked
by max_concurrent_checks and command_check_interval (for passive
checks). If you find that your latency is high often, you're probably
not allowing nagios to spawn enough children to run parallel plugins.
Run bin/nagios -s etc/nagios.cfg to get a recommended value. I generally
add another 20% on top of that. It could also be that you have your
plugin timeout values set very high and the plugins are taking longer to
finish than the really need to.

> calculated. Also, is there a way or a plugin to do an immediate check
> on Latency between the Nagios server and the client? We have about
> 500+ locations that we are checking and want to make sure that they
> are all within reasonable rta's.

Check_ping.

--
Marc





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