Search found 1 match

by davismaria
Sat Apr 04, 2026 4:30 am
Forum: Nagios XI
Topic: check_ntp_peer for chrony
Replies: 4
Views: 18584

Re: check_ntp_peer for chrony

You can use the chronyc command to achieve similar functionality. Specifically, you can run chronyc sources to check the status of your time sources and see the offset. If you want to automate this, you could create a script that parses the output of chronyc sources to confirm the primary source and...