author | Patrick Mooney <patrick.f.mooney@gmail.com> | |
Mon, 10 Feb 2014 16:00:15 +0000 (10:00 -0600) | ||
committer | Patrick Mooney <patrick.f.mooney@gmail.com> | |
Mon, 10 Feb 2014 16:00:15 +0000 (10:00 -0600) | ||
commit | c8e864195fea2abc7cd35c03dd7796003cdf9b2f | |
tree | 9c7b136d9c80304a9fed6d35acb1ae9ca7f1cff4 | tree | snapshot |
parent | 54ef2ae58f8ef125cf1d3aefe3ac839ba7e67f8a | commit | diff |
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.
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 | diff | blob | history | |
src/Makefile.am | diff | blob | history | |
src/collectd.conf.pod | diff | blob | history | |
src/disk.c | diff | blob | history |