Monitoring Chrony in Grafana via Prometheus #251
MaffooClock
started this conversation in
Show and tell
Replies: 1 comment
|
Happy to have PRs to the exporter to improve the dashboard. As well as the Ansible role. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
This is a bit off topic since it's not really specific to SatPulse, but for anyone using Chrony with SatPulse, here's a good monitoring solution for Prometheus with Grafana:
Here's the full command to populate all charts* in the dashboard linked above (might not actually need all of the flags):
sudo chrony_exporter \ --chrony.address=unix:///var/run/chrony/chronyd.sock \ --collector.sources.with-ntpdata \ --collector.tracking \ --collector.sources \ --collector.sourcestats \ --collector.serverstats \ --collector.dns-lookups \ --collector.chmod-socketYou can also run this as a Systemd service:
...with the environment file at
/etc/default/chrony_exporter:*Note: the "Maximum Clock Error" chart only works if you setup a recording rule as mentioned in the README.
All reactions