doc: add chronyd section to manpage
authorMarc Fournier <marc.fournier@camptocamp.com>
Tue, 14 Jun 2016 04:58:44 +0000 (06:58 +0200)
committerMarc Fournier <marc.fournier@camptocamp.com>
Tue, 14 Jun 2016 04:58:44 +0000 (06:58 +0200)
src/collectd.conf.in
src/collectd.conf.pod

index 3447ae4..54072d0 100644 (file)
 #</Plugin>
 
 #<Plugin chrony>
-#      Host "localhost"
-#      Port "323"
+#      Host    "localhost"
+#      Port    "323"
+#      Timeout "2"
 #</Plugin>
 
 #<Plugin cgroups>
index 27a2d03..9e57f87 100644 (file)
@@ -1361,6 +1361,32 @@ at all, B<all> cgroups are selected.
 
 =back
 
+=head2 Plugin C<chrony>
+
+The C<chrony> plugin collects ntp data from a B<chronyd> server, such as clock
+skew and per-peer stratum.
+
+For talking to B<chronyd>, it mimics what the B<chronyc> control program does
+on the wire.
+
+Available configuration options for the C<chrony> plugin:
+
+=over 4
+
+=item B<Host> I<Hostname>
+
+Hostname of the host running B<chronyd>. Defaults to B<localhost>.
+
+=item B<Port> I<Port>
+
+UDP-Port to connect to. Defaults to B<323>.
+
+=item B<Timeout> I<Timeout>
+
+Connection timeout in seconds. Defaults to B<2>.
+
+=back
+
 =head2 Plugin C<conntrack>
 
 This plugin collects IP conntrack statistics.