From 8aa04ef8a93f1183c3ffaf9b482cdd57a2084410 Mon Sep 17 00:00:00 2001 From: octo Date: Tue, 17 Jan 2006 10:08:33 +0000 Subject: [PATCH] Improves `collectd.conf.pod' and `collectd.pod' --- src/collectd.conf.pod | 23 +++++++++++++++++++++++ src/collectd.pod | 38 ++++---------------------------------- 2 files changed, 27 insertions(+), 34 deletions(-) diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index d6be6f3c..ca834930 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -84,6 +84,29 @@ is available in the B and B mode. Some Plugins may register own options. These options must be inclosed in a C-Section. Which options exist depends on the plugin used: +=head2 Plugin C + +=over 4 + +=item B I + +Hostname of the database server. Defaults to B. + +=item B I + +Username to use when connecting to the database. + +=item B I + +Password needed to log into the database. + +=item B I + +Select this database. Defaults to I which is a perfecly reasonable +option for what this plugin does. + +=back + =head2 Plugin C =over 4 diff --git a/src/collectd.pod b/src/collectd.pod index 4df62fa0..515cba6a 100644 --- a/src/collectd.pod +++ b/src/collectd.pod @@ -76,21 +76,11 @@ Number of users logged into the system (I) =over 4 -=item B<-l> +=item B<-C> Iconfig-fileE> -Start in local mode. This is the default. No data will be sent or read to/from -the network. Information will be read and written by the same process. See -L<"MODES">. - -=item B<-c> - -Start in client (transmitter) mode. Data will be sent to the multicast group. -See L<"MODES">. - -=item B<-s> - -Start in server (receiver) mode. Data sent to the multicast group will be read -and stored in RRD files. See L<"MODES">. +Specify an alternative config file. This is the place to go when you wish to +change B's behavior. The path may be relative to the current working +directory. =item B<-f> @@ -98,30 +88,10 @@ Don't fork to the background. I will also B close standard file descriptors, detach from the session nor write a pid file. This is mainly thought for 'supervisioning' init replacements such as I. -=item B<-D> IdirectoryE> - -Sets the directory collectd should work in. All F<.rrd>-files are created in -this directory. Per default this is F. - -=item B<-M> IdirectoryE> - -Sets the directory collectd should look for plugins in. Per default this is -F. - -=item B<-P> IfileE> - -Sets the PID-file. - =item B<-h> Output usage information and exit. -=item B<-p> IhostE> - -Sets the host to ping periodically. This option may be given more than once to -ping multiple hosts. If this option is not given at least once no host will be -pinged. - =back =head1 RRD FILES -- 2.11.0