From 8a9e2bf87d6eccd39e9ec780062f44d3299be36a Mon Sep 17 00:00:00 2001 From: Marc Fournier Date: Thu, 24 Jul 2014 14:48:14 +0200 Subject: [PATCH] disk: document missing option + add example --- src/collectd.conf.pod | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index 201b5c9d..83ca2016 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -1649,11 +1649,19 @@ collected. If at least one B option is given and no B or set to B, B matching disks will be collected. If B is set to B, all disks are collected B the ones matched. +=item B B|B + +Whether to use the device's "BSD Name", on MacEOSEX, instead of the +default major/minor numbers. Requires collectd to be built with Apple's +IOKitLib support. + =item B I Attempt to override disk instance name with the value of a specified udev -attribute When built with B. If the attribute is not defined for the -given device, the default name is used. +attribute when built with B. If the attribute is not defined for the +given device, the default name is used. Example: + + UdevNameAttr "DM_NAME" =back -- 2.11.0