hddtemp plugin, collectd.conf(5): Added "TranslateDevicename" config option.
authorSebastian Harl <sh@tokkee.org>
Sun, 17 Feb 2008 19:22:49 +0000 (20:22 +0100)
committerFlorian Forster <octo@huhu.verplant.org>
Mon, 18 Feb 2008 19:49:42 +0000 (20:49 +0100)
commit24db3832cf2d74fe5425de379d10dc73d141c2f9
tree196f6124b4ce1314c377ea933b2c724e2c2f7f64
parent660aebd9a5216d2f143d5f30c4e87bcfa4502ea6
hddtemp plugin, collectd.conf(5): Added "TranslateDevicename" config option.

If enabled, translate the disk names to major/minor device numbers. For
backwards compatibility this defaults to true but it it recommended to disable
it as it will probably be removed in the next major version. Any other parts
of collectd have changed in a similar way with version 4.0, so hddtemp should
do so as well.

This option is disabled in new versions of the config file.

Signed-off-by: Sebastian Harl <sh@tokkee.org>
Signed-off-by: Florian Forster <octo@huhu.verplant.org>
src/collectd.conf.in
src/collectd.conf.pod
src/hddtemp.c