Is it possible to monitor the NTP drift value ( I mean measuring the time difference between the NTP server and the server that I am trying to monitor) using SNMP.
Asked
Active
Viewed 1,406 times
1 Answers
1
You can add, custom snmp oids to snmpd.conf and then request the oid as answer the drift value.You might write a shell script which triggers by the oid call to snmpd. Then it will response the result you might want to see. If i understand your question right. This might solve it. Anything you can do on console can call it and show its output as response via snmpd.conf.

x0r
- 31
- 3
-
might also look into the Nagios script called check_ntp – SpacemanSpiff Dec 05 '11 at 13:20