summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 6e21f49)
raw | patch | inline | side by side (parent: 6e21f49)
author | Lubos Stanek <lubek@users.sourceforge.net> | |
Wed, 1 Nov 2006 09:56:15 +0000 (10:56 +0100) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Wed, 1 Nov 2006 09:56:15 +0000 (10:56 +0100) |
src/collectd.conf.pod | patch | blob | history |
diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod
index e46d0713cbef0f84c202c8d7e844561ac8985c91..86fcf296c5b26bf5d732a17bf65864a4309297e5 100644 (file)
--- a/src/collectd.conf.pod
+++ b/src/collectd.conf.pod
Sets the Time-To-Live of generated ICMP packets.
+=back
=head2 Plugin C<sensors>
The B<ExtendedSensorNaming> option breaks the compatibility with previous
sensors and RRD files naming and the place where RRDs are stored. If you turn
-it on the plugin will create new RRD files in a standalone directory inside
+it on, the plugin will create new RRD files in a standalone directory inside
the B<DataDir> directory and without previous history. You can rename
previous RRD files to the new ones to continue collecting data into the same
RRDs.
-If not set or set to I<false> the extended naming is not active. Sensors
+If not set or set to I<false>, the extended naming is not active. Sensors
get names like I<chip-feature> (e.g. I<it8712-in1>) and RRD files
are stored in the main B<DataDir> directory and get names like
I<sensors-chip-feature.rrd> (e.g. I<sensors-it8712-in1.rrd>).
=item B<Sensor> I<chip-feature> or B<Sensor> I<chip-bus-address/type-feature>
-Both options select the name of the sensor which you want to collect.
+Both option modes select the name of the sensor which you want to collect.
The naming scheme is dependent on the state of the B<ExtendedSensorNaming>
-option (see previous paragraph). Both options can also deselect the
+option (see previous option). Both option modes can also deselect the
sensor according to the B<IgnoreSelected> option (see below).
-For example the option "B<Sensor> I<it8712-in1>" will cause
-the collectd to gather data for the voltage sensor I<in1>
-of the I<it8712> chip in case of the B<ExtendedSensorNaming> option
-is set to I<false>.
+For example the option "B<Sensor> I<it8712-in1>" will cause the collectd
+to gather data for the voltage sensor I<in1> of the I<it8712> chip in case
+of the B<ExtendedSensorNaming> option is set to I<false>.
And likewise the option "B<Sensor> I<it8712-isa-0290/voltage-in1>" will
cause the collectd to gather data for the voltage sensor I<in1> of the I<it8712>
B<Sensor> is inversed: All selected sensors are ignored and all
other sensors are collected.
-=back
+back
=head2 Plugin C<traffic>