summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 00e8936)
raw | patch | inline | side by side (parent: 00e8936)
author | Florian Forster <octo@collectd.org> | |
Tue, 28 Feb 2012 09:06:54 +0000 (10:06 +0100) | ||
committer | Florian Forster <octo@collectd.org> | |
Tue, 28 Feb 2012 09:06:54 +0000 (10:06 +0100) |
src/collectd.conf.pod | patch | blob | history |
diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod
index a90826a8de514b478c3509782920295000ff94d6..96b905681a9ca52a4afbde3f278e676583b8fddc 100644 (file)
--- a/src/collectd.conf.pod
+++ b/src/collectd.conf.pod
The C<md plugin> collects information from Linux Software-RAID devices (md).
All reported values are of the type C<md_disks>. Reported type instances are
-"number" (number of component devices), "raid" (number of devices in the
-array), "active", "working", "failed" (number of failed disks) and "spare"
-(number of spare disks).
+I<active>, I<failed> (present but not operational), I<spare> (hot stand-by) and
+I<missing> (physically absent) disks.
=over 4
@@ -1839,12 +1838,12 @@ Select md devices based on device name. The I<device name> is the basename of
the device, i.e. the name of the block device without the leading C</dev/>.
See B<IgnoreSelected> for more details.
-=item B<IgnoreSelected> I<true>|I<false>
+=item B<IgnoreSelected> B<true>|B<false>
-Invert device selection: If set to true, all md devices B<except> those listed
-using B<Device> are collected. If false (the default), only those listed are
-collected. If no configuration is given, the B<md> plugin will collect data
-from all md devices.
+Invert device selection: If set to B<true>, all md devices B<except> those
+listed using B<Device> are collected. If B<false> (the default), only those
+listed are collected. If no configuration is given, the B<md> plugin will
+collect data from all md devices.
=back