From: Marc Fournier Date: Thu, 24 Jul 2014 12:48:14 +0000 (+0200) Subject: disk: document missing option + add example X-Git-Tag: collectd-5.5.0~293^2 X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=8a9e2bf87d6eccd39e9ec780062f44d3299be36a;p=collectd.git disk: document missing option + add example --- 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