How do I find my NTP server on Linux?
How do I find my NTP server on Linux? Find NTP Time Servers in your networkCreate a new file in your user space: touch ntp-check.sh.Make the file executable: chmod u+x ntp-check.sh.Open the file: nano ntp-check.sh.Copy the content below, change the IP range and save it! Execute the script: How do I monitor NTP service? How to monitor NTP Servers?Calling ntpq from the monitoring station in order to get some data from the remote NTP server. You must use the “restrict” option on the NTP server within ntp. Using some scripts on the NTP server itself to hand out data to...