Chrony monitoring with Netdata
Monitors the precision and statistics of a local chronyd server, and produces:
- frequency
- last offset
- RMS offset
- residual freq
- root delay
- root dispersion
- skew
- system time
#
RequirementsVerify that user Netdata can execute chronyc tracking
. If necessary, update /etc/chrony.conf
, cmdallow
.
#
Enable the collectorThe chrony
collector is disabled by default. To enable it, use edit-config
from the Netdata config
directory, which is typically at /etc/netdata
, to edit the python.d.conf
file.
Change the value of the chrony
setting to yes
. Save the file and restart the Netdata Agent with sudo systemctl
restart netdata
, or the appropriate method for your system, to finish enabling the chrony
collector.
#
ConfigurationEdit the python.d/chrony.conf
configuration file using edit-config
from the Netdata config
directory, which is typically at /etc/netdata
.
Sample:
Save the file and restart the Netdata Agent with sudo systemctl restart netdata
, or the appropriate
method for your system, to finish configuring the chrony
collector.