From 6e21f49a8b0944d28043dfccc4a49bfac3aaa316 Mon Sep 17 00:00:00 2001 From: Lubos Stanek Date: Wed, 1 Nov 2006 10:52:28 +0100 Subject: [PATCH] collectd.conf.in: Correct the example entry for the sensors plugin. --- src/collectd.conf.in | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 -- 2.30.2