disk: Add udev-based device renaming on Linux
authorPatrick Mooney <patrick.f.mooney@gmail.com>
Mon, 10 Feb 2014 16:00:15 +0000 (10:00 -0600)
committerPatrick Mooney <patrick.f.mooney@gmail.com>
Mon, 10 Feb 2014 16:00:15 +0000 (10:00 -0600)
commitc8e864195fea2abc7cd35c03dd7796003cdf9b2f
tree9c7b136d9c80304a9fed6d35acb1ae9ca7f1cff4
parent54ef2ae58f8ef125cf1d3aefe3ac839ba7e67f8a
disk: Add udev-based device renaming on Linux

On systems with large collections of allocated disk resources, the
kernel provided names can be difficult to use to logically group or
compare collected values.  To grant users the ability to assign custom
instance names for disk devices, collectd can query for a specified udev
attribute.  If the attribute is present, its value is subsituted for the
kernel name when submitting the data points.
configure.ac
src/Makefile.am
src/collectd.conf.pod
src/disk.c