Python script to query NTP status and return it as JSON
Setting up and automatically keeping an eagle eye on NTP from software can be a bit of a (difficult) black art. A common way to query NTP status is to run: ntpq -p This returns some NTP status information. It’s output can be a bit difficult to work with from your software, so I have […]
