summaryrefslogtreecommitdiffstats
path: root/python.d
diff options
context:
space:
mode:
authorDominik Schloesser <dsc@dosc.net>2017-09-04 15:03:21 +0200
committerDominik Schloesser <dsc@dosc.net>2017-09-04 15:03:21 +0200
commit275c3e821930b9dd84a5caac0249aab01b1b258f (patch)
tree296da4f268f9e2a5e9bc075a7d6987667b9982c2 /python.d
parent024f87b9eda0606126894d4ec440b6ca9a513557 (diff)
chrony-updates for Makefiles, README and python.d.conf.
Diffstat (limited to 'python.d')
-rw-r--r--python.d/Makefile.am1
-rw-r--r--python.d/README.md32
2 files changed, 33 insertions, 0 deletions
diff --git a/python.d/Makefile.am b/python.d/Makefile.am
index 6a43e94c13..84c2aeadd0 100644
--- a/python.d/Makefile.am
+++ b/python.d/Makefile.am
@@ -16,6 +16,7 @@ dist_python_DATA = \
apache.chart.py \
apache_cache.chart.py \
bind_rndc.chart.py \
+ chrony.chart.py \
cpufreq.chart.py \
cpuidle.chart.py \
dns_query_time.chart.py \
diff --git a/python.d/README.md b/python.d/README.md
index c4504a7c59..3b3ddb184e 100644
--- a/python.d/README.md
+++ b/python.d/README.md
@@ -186,6 +186,38 @@ If no configuration is given, module will attempt to read named.stats file at `
---
+# chrony
+
+This module monitors the precision and statitics of a local chronyd server.
+
+It 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
+
+Sample:
+```yaml
+# data collection frequency:
+update_every: 1
+
+# chrony query command:
+local:
+ command: 'chronyc -n tracking'
+```
+
+---
+
# cpufreq
This module shows the current CPU frequency as set by the cpufreq kernel