I have a group of servers that are synchronized via NTP. One server is running an NTP server and I was able to install the SNTP/NTP sensor to monitor it. The other servers in this group use NTP clients to sync to the server running the NTP server but I can't figure out a way to add sensors to confirm the clients are staying in sync. Normally this shouldn't be an issue but we've had cases where the NTP clients have been set to the wrong IP address or the IP address has changed so even though the NTP clients are running, the time isn't staying in sync. It would be great if there was a simple way for PRTG to check this (without resorting to a custom VBScript). Any suggestions?


Article Comments

Hello,

are these Windows based servers? If so you could look into the Custom Sensor "Demo VBScript - UTCTime via WMI.vbs" that comes with PRTG. It will display the UTC-Time of the target, as string though.

best regards.


Jan, 2012 - Permalink

Yes, they are Windows based servers. Thanks for pointing me to the script! Unless anyone else has a simpler idea, it looks my best bet is to update the script to take a difference of the two times and return it. I'm not sure if we care enough to implement this but if I do end up doing it I'll try to remember to update this thread with the script.


Feb, 2012 - Permalink

Is this possible with Linux?


Apr, 2014 - Permalink

Hi,
for Linux Server you might have a look at the SSH Script Sensors of PRTG.
Best regards


Apr, 2014 - Permalink