Why are you using different NTP servers?<br><br>On server 1 you use:<br>/usr/lib/nagios/plugins/check_ntp_time -H 192.168.50.7 -v<br><br>On server 2 you use:<br>/usr/lib64/nagios/plugins/check_ntp_time -H 192.168.50.2 -v<br>
<br><br>Localhost always works as this is the emergency fail-back for ntp.<br><br><br><div class="gmail_quote">On Tue, Apr 3, 2012 at 6:15 PM, Luc MAIGNAN <span dir="ltr"><<a href="mailto:luc.maignan@winxpert.com">luc.maignan@winxpert.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
on a server 1, the plugin works well by specifying its own address :<br>
<br>
/usr/lib/nagios/plugins/check_ntp_time -H 192.168.50.7 -v<br>
sending request to peer 0<br>
response from peer 0: offset -0,0005108481273<br>
sending request to peer 0<br>
response from peer 0: offset -6,853620289e-05<br>
sending request to peer 0<br>
response from peer 0: offset -2,743146615e-05<br>
sending request to peer 0<br>
response from peer 0: offset -2,787803533e-05<br>
overall average offset: -0,0005108481273<br>
NTP OK: Décalage -0,0005108481273<br>
secs|offset=-0,000511s;60,000000;120,000000;<br>
<br>
<br>
on a second, it doesn't work :<br>
<br>
/usr/lib64/nagios/plugins/check_ntp_time -H 192.168.50.2 -v<br>
sending request to peer 0<br>
re-sending request to peer 0<br>
re-sending request to peer 0<br>
re-sending request to peer 0<br>
re-sending request to peer 0<br>
re-sending request to peer 0<br>
re-sending request to peer 0<br>
NTP CRITICAL: No response from NTP server<br>
<br>
<br>
But a request on localhost seems to work :<br>
<br>
/usr/lib64/nagios/plugins/check_ntp_time -H localhost -v<br>
sending request to peer 0<br>
response from peer 0: offset -4,291534424e-06<br>
sending request to peer 0<br>
response from peer 0: offset -2,002716064e-05<br>
sending request to peer 0<br>
response from peer 0: offset -2,062320709e-05<br>
sending request to peer 0<br>
response from peer 0: offset -1,752376556e-05<br>
sending request to peer 1<br>
re-sending request to peer 1<br>
re-sending request to peer 1<br>
re-sending request to peer 1<br>
re-sending request to peer 1<br>
re-sending request to peer 1<br>
re-sending request to peer 1<br>
discarding peer 1: stratum=0<br>
overall average offset: -4,291534424e-06<br>
NTP OK: Décalage -4,291534424e-06<br>
secs|offset=-0,000004s;60,000000;120,000000;<br>
<br>
<br>
<br>
The configuration of ntpd daemon are strictly the same on both servers.<br>
<br>
Has anyone an idea to help me ?<br>
<br>
Best regards<br>
<br>
------------------------------------------------------------------------------<br>
Better than sec? Nothing is better than sec when it comes to<br>
monitoring Big Data applications. Try Boundary one-second<br>
resolution app monitoring today. Free.<br>
<a href="http://p.sf.net/sfu/Boundary-dev2dev" target="_blank">http://p.sf.net/sfu/Boundary-dev2dev</a><br>
_______________________________________________<br>
Nagios-users mailing list<br>
<a href="mailto:Nagios-users@lists.sourceforge.net">Nagios-users@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/nagios-users" target="_blank">https://lists.sourceforge.net/lists/listinfo/nagios-users</a><br>
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue.<br>
::: Messages without supporting info will risk being sent to /dev/null<br>
</blockquote></div><br>