From d85d04a4b4f3a15014cd60d6c36534894d07f675 Mon Sep 17 00:00:00 2001 From: octo Date: Tue, 17 Jan 2006 09:52:41 +0000 Subject: [PATCH] Improved `collectd.conf(5)' --- src/collectd.conf.pod | 35 +++++++++++++++++++---------------- 1 file changed, 19 insertions(+), 16 deletions(-) diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index e4d86e74..d6be6f3c 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -4,7 +4,7 @@ collectd.conf - Configuration for the system statistics collection daemon B. Each line either ... FIXME +This config file controls how the system statistics collection daemon +B behaves. The most significant options are B, which controlls +if the daemon will act as client, server or will be independent in local mode, +and B which controls which plugins to load. -=head1 OPTIONS +The syntax of this config file is similar to the config file of the famos +B. Each line containes either a key-value-pair or a +section-start or -end. Empty lines and everything after the hash-symbol `#' is +ignored. -The available options.. Blah blah blah - -=head2 Glocal Options +=head1 GLOBAL OPTIONS =over 4 =item B (B|B|B) Sets the operating mode. See the section B in L for a -description. This option determines which other options are allowed. +description. This option determines which other options are allowed. Defaults +to B. =item B I @@ -60,7 +64,7 @@ won't write to this directory. Sets the file to write debugging output to. This is only used if compiled with debugging enabled. It's ignored otherwise. Available in B. -=item B I +=item B I The server to send data to. B Maybe a better name for this was B, since I plan on detecting multicast groups @@ -68,30 +72,29 @@ automatically. On the other hand a extra MulticastGroup-option would be of interest for the server process. Anyhow, right now this is available for the B mode only. -=item B I +=item B I (UDP-)Port to send packages to or to bind to and wait for packages. This option is available in the B and B mode. =back -=head2 Plugin options +=head1 PLUGIN OPTIONS -=over +Some Plugins may register own options. These options must be inclosed in a +C-Section. Which options exist depends on the plugin used: -=item B-Plugin +=head2 Plugin C =over 4 -=item B I +=item B I Host to ping periodically. This option may be repeated several times to ping multiple hosts. =back -=back - =head1 SEE ALSO L -- 2.30.2