summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c8e8641)
raw | patch | inline | side by side (parent: c8e8641)
author | Marc Fournier <marc.fournier@camptocamp.com> | |
Thu, 24 Jul 2014 12:48:14 +0000 (14:48 +0200) | ||
committer | Marc Fournier <marc.fournier@camptocamp.com> | |
Thu, 24 Jul 2014 12:48:14 +0000 (14:48 +0200) |
src/collectd.conf.pod | patch | blob | history |
diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod
index 201b5c9d9855804aa032c7a04267f3438d8e5776..83ca201689506aa6242655587d126fa2eb7d12be 100644 (file)
--- a/src/collectd.conf.pod
+++ b/src/collectd.conf.pod
@@ -1649,11 +1649,19 @@ collected. If at least one B<Disk> option is given and no B<IgnoreSelected> or
set to B<false>, B<only> matching disks will be collected. If B<IgnoreSelected>
is set to B<true>, all disks are collected B<except> the ones matched.
+=item B<UseBSDName> B<true>|B<false>
+
+Whether to use the device's "BSD Name", on MacE<nbsp>OSE<nbsp>X, instead of the
+default major/minor numbers. Requires collectd to be built with Apple's
+IOKitLib support.
+
=item B<UdevNameAttr> I<Attribute>
Attempt to override disk instance name with the value of a specified udev
-attribute When built with B<libudev>. If the attribute is not defined for the
-given device, the default name is used.
+attribute when built with B<libudev>. If the attribute is not defined for the
+given device, the default name is used. Example:
+
+ UdevNameAttr "DM_NAME"
=back