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>