From 4480017611ca93dee190d87d338649a0bb025997 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Tue, 27 Mar 2007 15:09:14 +0200 Subject: [PATCH 1/1] collectd.conf(5): Documented the `iptables', `logfile', `processes', `syslog', and `unixsock' plugin. --- src/collectd.conf.pod | 109 ++++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 96 insertions(+), 13 deletions(-) diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index 3aaf03eb..6d42f07c 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -6,7 +6,6 @@ collectd.conf - Configuration for the system statistics collection daemon B. =back +=head2 Plugin C + +=over 4 + +=item B I + +Select this interface. By default these interfaces will then be collected. For +a more detailed description see B below. + +=item B I|I + +If no configuration if given, the B-plugin will collect data from +all interfaces. This may not be practical, especially for loopback- and +similar interfaces. Thus, you can use the B-option to pick the +interfaces you're interested in. Sometimes, however, it's easier/prefered +to collect all interfaces I a few ones. This option enables you to +do that: By setting B to I the effect of +B is inversed: All selected interfaces are ignored and all +other interfaces are collected. + +=back + +=head2 Plugin C + +=over 4 + +=item B I I [I [I]] + +Select the rules to count. If only I
and I are given, this plugin +will collect the counters of all rules which have a comment-match. The comment +is then used as type-instance. + +If I or I is given, only the rule with the matching comment or +the Ith rule will be collected. Again, the comment (or the number) will be +used as the type-instance. + +If I is supplied, it will be used as the type-instance instead of the +comment or the number. + +=back + =head2 Plugin C =over 4 @@ -239,6 +279,24 @@ and all other interupts are collected. =back +=head2 Plugin C + +=over 4 + +=item B B + +Sets the log-level. If, for example, set to B, then all events with +severity B, B, or B will be written to the logfile. + +=item B I + +Sets the file to write log messages to. The special strings B and +B can be used to write to the standard output and standard error +channels, respectively. This, of course, only makes much sense when collectd is +running in foreground- or non-daemon-mode. + +=back + =head2 Plugin C =over 4 @@ -343,6 +401,19 @@ Sets the Time-To-Live of generated ICMP packets. =back +=head2 Plugin C + +=over 4 + +=item B I + +Select more detailed statistics of processes matching this name. The statistics +collected for these selected processes are size of the resident segment size +(RSS), user- and system-time used, number of processes and number of threads, +and minor and major pagefaults. + +=back + =head2 Plugin C You can use the settings B, B, B, and B to @@ -434,24 +505,36 @@ and all other sensors are collected. =back -=head2 Plugin C +=head2 Plugin C =over 4 -=item B I +=item B B -Select this interface. By default these interfaces will then be collected. For a more detailed description see B below. +Sets the log-level. If, for example, set to B, then all events with +severity B, B, or B will be submitted to the +syslog-daemon. -=item B I|I +=back -If no configuration if given, the B-plugin will collect data from -all interfaces. This may not be practical, especially for loopback- and -similar interfaces. Thus, you can use the B-option to pick the -interfaces you're interested in. Sometimes, however, it's easier/prefered -to collect all interfaces I a few ones. This option enables you to -do that: By setting B to I the effect of -B is inversed: All selected interfaces are ignored and all -other interfaces are collected. +=head2 Plugin C + +=over 4 + +=item B I + +Sets the socket-file which is to be created. + +=item B I + +If running as root change the group of the UNIX-socket after it has been +created. Defaults to B. + +=item B I + +Change the file permissions of the UNIX-socket after it has been created. The +permissions must be given as a numeric, octal value as you would pass to +L. Defaults to B<0770>. =back -- 2.11.0