summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-statistics/root/etc/config/luci_statistics
diff options
context:
space:
mode:
authorHannu Nyman <hannu.nyman@iki.fi>2020-12-22 17:50:50 +0200
committerHannu Nyman <hannu.nyman@iki.fi>2020-12-22 17:54:18 +0200
commitaf20ec8e0724e755bf6c476572ba31016ddd209a (patch)
treeeedd6287a841786b01d4bcf02b20caebb53a9ac3 /applications/luci-app-statistics/root/etc/config/luci_statistics
parentd265b7bd6b3b25289081dbbf5e28ec4180531f83 (diff)
luci-app-statistics: Add initial support for chrony
Add initial support for chrony statistics. At this point introduce time offset and stratum stats. There is something strange with the host option. Anything else than 'localhost' or '127.0.0.1' causes an error at collectd start, even when /tmp/collectd/conf is directly edited Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Diffstat (limited to 'applications/luci-app-statistics/root/etc/config/luci_statistics')
-rw-r--r--applications/luci-app-statistics/root/etc/config/luci_statistics6
1 files changed, 6 insertions, 0 deletions
diff --git a/applications/luci-app-statistics/root/etc/config/luci_statistics b/applications/luci-app-statistics/root/etc/config/luci_statistics
index 3806ea71d5..3d4e80780d 100644
--- a/applications/luci-app-statistics/root/etc/config/luci_statistics
+++ b/applications/luci-app-statistics/root/etc/config/luci_statistics
@@ -59,6 +59,12 @@ config statistics 'collectd_apcups'
option Host 'localhost'
option Port '3551'
+config statistics 'collectd_chrony'
+ option enable '0'
+ option Host '127.0.0.1'
+ option Port '323'
+ option Timeout '2'
+
config statistics 'collectd_conntrack'
option enable '0'