Is it possible to monitor current system time? Our voicemail system runs on Server 2003 and I would like to monitor the system time on a non-AD server. Is this possible using custom SNMP or another method?
You could probably create a vbscript that checks system time. IPM's External Process Monitor can be used for executing fault monitoring scripts. The only catch is the script must return 0 or 1. It cannot pass back values to IPM.
Hi Wildchubby,
There is a script I had written some time ago that allowed you to monitor the time difference in seconds between 2 systems. It is available here:
Hope this helps you achieve what is needed.
Sincerely,
Chris Foley