Re: [Nagios-devel] Question about Service State 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

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

Post by Guest »

Joseph Hardeman wrote:
> Greetings,
>
> 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
> calculated.

It's calculated as such;

actual_check_time - scheduled_check_time

Very advanced mathematics, as you can see. It's the delay between the
time the check was supposed to be run and when it was actually run.


> 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.
>

That's a different type of latency. You can use any of the check_ping,
check_fping or check_icmp plugins for that. I've found that check_icmp
performs the best.

--
Andreas Ericsson [email protected]
OP5 AB www.op5.se
Lead Developer





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