Has anyone put together a creative solution to monitoring the time on a solaris server (any server for that matter)? We have a couple that use NTP, but the process will randomly lock up and cause drifting and some major issues with our systems.
I found this from the expert-exchange website:www.experts-exchange.com/.../Q_22591073.html
- -----------question--------------------
In a default Solaris 10 installation, can we configure it to generate a SNMP trap if NTP sync fail?
--------------answer--------------
if you are not running xntpd, but synchronize from crontab via 'ntpdate', it's possible with:ntpdate x.x.x.x || snmptrap -v 1 -c community y.y.y.y _other_parameters_for parameters read 'man snmptrap'. You should have OID for 'NTP failure' event' defined in SNMP.If you are using xntpd, the problem becomes more complex.
HTH,
Yann
Thanks for checking. Unfortunatley, we are using xntpd. I have been searching for any type of NTP MIB for Solaris and I can't find anything. Any guru's out there that can think of another way I can monitor my servers to make sure their times are sync'd with the NTP source?