Hi,
Im trying to monitoring the NTP server on a RUTX-09 with Monitoring-plugins (Nagios/Icinga).
When I run sntp 192.168.2.1 it is all good.
But when using the monitoring-plugin check_ntp_peer, it fails:
[email protected]:/# /usr/lib/nagios/plugins/check_ntp_peer -H 192.168.2.1 -vv
sending READSTAT requestcontrol packet contents:
flags: 0x16 , 0x01
li=0 (0x00)
vn=2 (0x10)
mode=6 (0x06)
response=0 (0x00)
more=0 (0x00)
error=0 (0x00)
op=1 (0x01)
sequence: 1 (0x01)
status: 0 (0x00)
assoc: 0 (0x00)
offset: 0 (0x00)
count: 0 (0x00)
receiving READSTAT responseCRITICAL - Socket timeout after 10 seconds
I guess it depends on the rv command, because ntpq -c rv 192.168.2.1 fails too with a timeout.
Has anyone seen the same problem? Does the RUTX_09 ntp-server not implement/respond rv-command?
Thanks