From 9c51619bf2f974c372a3aee9f5447a09717ac583 Mon Sep 17 00:00:00 2001 From: Marc Fournier Date: Tue, 14 Jun 2016 06:58:44 +0200 Subject: [PATCH] doc: add chronyd section to manpage --- src/collectd.conf.in | 5 +++-- src/collectd.conf.pod | 26 ++++++++++++++++++++++++++ 2 files changed, 29 insertions(+), 2 deletions(-) diff --git a/src/collectd.conf.in b/src/collectd.conf.in index 3447ae45..54072d0f 100644 --- a/src/collectd.conf.in +++ b/src/collectd.conf.in @@ -336,8 +336,9 @@ # # -# Host "localhost" -# Port "323" +# Host "localhost" +# Port "323" +# Timeout "2" # # diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index 27a2d037..9e57f87f 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -1361,6 +1361,32 @@ at all, B cgroups are selected. =back +=head2 Plugin C + +The C plugin collects ntp data from a B server, such as clock +skew and per-peer stratum. + +For talking to B, it mimics what the B control program does +on the wire. + +Available configuration options for the C plugin: + +=over 4 + +=item B I + +Hostname of the host running B. Defaults to B. + +=item B I + +UDP-Port to connect to. Defaults to B<323>. + +=item B I + +Connection timeout in seconds. Defaults to B<2>. + +=back + =head2 Plugin C This plugin collects IP conntrack statistics. -- 2.11.0