From: Marc Fournier Date: Tue, 14 Jun 2016 04:58:44 +0000 (+0200) Subject: doc: add chronyd section to manpage X-Git-Tag: collectd-5.6.0~219 X-Git-Url: https://git.octo.it/?p=collectd.git;a=commitdiff_plain;h=9c51619bf2f974c372a3aee9f5447a09717ac583 doc: add chronyd section to manpage --- 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.