Joel Hans f3217c83a1 Docs: Add custom label to collectors frontmatter to fix sidebar titles (#8936) 4 лет назад
..
Makefile.inc d802f83e4a Fix make dist (#4401) 6 лет назад
README.md f3217c83a1 Docs: Add custom label to collectors frontmatter to fix sidebar titles (#8936) 4 лет назад
chrony.chart.py 97b32703c6 [python] make units compliant with IEC standard (#4995) 6 лет назад
chrony.conf 5286dae8eb python.d.plugin update (#4936) 6 лет назад

README.md

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

Requirements

Verify that user Netdata can execute chronyc tracking. If necessary, update /etc/chrony.conf, cmdallow.

Configuration

Edit the python.d/chrony.conf configuration file using edit-config from the your agent's config directory, which is typically at /etc/netdata.

cd /etc/netdata   # Replace this path with your Netdata config directory, if different, if different
sudo ./edit-config python.d/chrony.conf

Sample:

# data collection frequency:
update_every: 1

# chrony query command:
local:
  command: 'chronyc -n tracking'

[analytics](<>)