summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 12dbcd9)
raw | patch | inline | side by side (parent: 12dbcd9)
author | Marc Fournier <marc.fournier@camptocamp.com> | |
Tue, 14 Jun 2016 04:58:44 +0000 (06:58 +0200) | ||
committer | Marc Fournier <marc.fournier@camptocamp.com> | |
Tue, 14 Jun 2016 04:58:44 +0000 (06:58 +0200) |
src/collectd.conf.in | patch | blob | history | |
src/collectd.conf.pod | patch | blob | history |
diff --git a/src/collectd.conf.in b/src/collectd.conf.in
index 3447ae4501d0d9ab081d144be62cfc687b7d6c80..54072d0fe63feec2a60f6711929c70cafda8c92e 100644 (file)
--- a/src/collectd.conf.in
+++ b/src/collectd.conf.in
#</Plugin>
#<Plugin chrony>
-# Host "localhost"
-# Port "323"
+# Host "localhost"
+# Port "323"
+# Timeout "2"
#</Plugin>
#<Plugin cgroups>
diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod
index 27a2d0373b0fb868d9f8465f3d6e42449f3a2c6d..9e57f87f2fc3b149966295a9bd6a87dddd211f25 100644 (file)
--- a/src/collectd.conf.pod
+++ b/src/collectd.conf.pod
=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.