Search found 1 match
- Thu Aug 14, 2025 11:21 pm
- Forum: Nagios XI
- Topic: check_ntp_peer for chrony
- Replies: 3
- Views: 16421
Re: check_ntp_peer for chrony
You might be able to adapt something pretty quickly using chronyc tracking or chronyc sources in a custom script. For example, chronyc tracking will give you the current offset, and chronyc sources -v shows whether you’re synced to a primary source. Parsing those outputs with awk/grep could give you...