summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f72f96e)
raw | patch | inline | side by side (parent: f72f96e)
author | Florian Forster <octo@collectd.org> | |
Thu, 23 Feb 2012 09:28:30 +0000 (10:28 +0100) | ||
committer | Florian Forster <octo@collectd.org> | |
Thu, 23 Feb 2012 09:28:30 +0000 (10:28 +0100) |
Change-Id: I48ab713fbb7d0edefb6f3cb6948277144a66abdd
src/collectd.conf.in | patch | blob | history | |
src/collectd.conf.pod | patch | blob | history |
diff --git a/src/collectd.conf.in b/src/collectd.conf.in
index 0c21ee23afd24aa9837120e71b673059c4cda8d9..341b037d719b5dd52c03a0e0c7b21a44d83389f1 100644 (file)
--- a/src/collectd.conf.in
+++ b/src/collectd.conf.in
#</Plugin>
#<Plugin sensors>
+# SensorConfigFile "/etc/sensors.conf"
# Sensor "it8712-isa-0290/temperature-temp1"
# Sensor "it8712-isa-0290/fanspeed-fan3"
# Sensor "it8712-isa-0290/voltage-in8"
diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod
index a3fe184f48317f06c5cec0f8b98939ec15651eb2..0cb40bedc275289bb49be11e8bbb72a034392a5c 100644 (file)
--- a/src/collectd.conf.pod
+++ b/src/collectd.conf.pod
=over 4
+=item B<SensorConfigFile> I<File>
+
+Read the I<lm_sensors> configuration from I<File>. When unset (recommended),
+the library's default will be used.
+
=item B<Sensor> I<chip-bus-address/type-feature>
Selects the name of the sensor which you want to collect or ignore, depending