Re: [Nagios-devel] Question about Service State Latency
Posted: Thu Aug 11, 2005 5:16 am
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]
> 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]