From: Lubos Stanek Date: Wed, 1 Nov 2006 09:52:28 +0000 (+0100) Subject: collectd.conf.in: Correct the example entry for the sensors plugin. X-Git-Tag: collectd-3.11.0~64 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=6e21f49a8b0944d28043dfccc4a49bfac3aaa316;p=collectd.git collectd.conf.in: Correct the example entry for the sensors plugin. --- diff --git a/src/collectd.conf.in b/src/collectd.conf.in index e4e3f06c..0d63dffe 100644 --- a/src/collectd.conf.in +++ b/src/collectd.conf.in @@ -84,11 +84,11 @@ # # -## Collect required sensors. +## Collect only required sensors. ## ## Default sensors and .rrd files names ## compatible with old .rrd files (temp and fan). -# +## # ExtendedSensorNaming false # Sensor it8712-temp1 # Sensor it8712-fan3 @@ -97,11 +97,11 @@ ## Extended sensors and .rrd files names break compatibility ## with previous naming and .rrd files, ## see collectd.conf(5) for detailed information. -# +## # ExtendedSensorNaming true -# Sensor it8712-isa-0290/temperature_sensor-temp1 -# Sensor it8712-isa-0290/fanspeed_sensor-fan3 -# Sensor it8712-isa-0290/voltage_sensor-in8 +# Sensor it8712-isa-0290/temperature-temp1 +# Sensor it8712-isa-0290/fanspeed-fan3 +# Sensor it8712-isa-0290/voltage-in8 ## ## Reverse sensors sellection? # IgnoreSelected false