Code

sensors: Report sensor readings by descriptive labels
authorChristian Fetzer <fetzer.ch@gmail.com>
Mon, 24 Aug 2015 07:49:21 +0000 (09:49 +0200)
committerChristian Fetzer <fetzer.ch@gmail.com>
Thu, 3 Sep 2015 06:48:44 +0000 (08:48 +0200)
commit8ed3735980de12f32dd488d0d285d108f098836e
tree8ddb1c3ba853010c43b4df426b17668342e900e6
parent67ea18d2b08da3c5442cb2bb2c7b2059e3da94a8
sensors: Report sensor readings by descriptive labels

Adds an option UseLabels to configure how sensor readings are
reported. The default reports readings using the sensor name (e.g.
"in0"). With this option set to true, the readings are reported using
the label (e.g. "VCore").
src/collectd.conf.pod
src/sensors.c