collectd.conf(5): Update the information on the md plugin.
authorFlorian Forster <octo@collectd.org>
Tue, 28 Feb 2012 09:06:54 +0000 (10:06 +0100)
committerFlorian Forster <octo@collectd.org>
Tue, 28 Feb 2012 09:06:54 +0000 (10:06 +0100)
src/collectd.conf.pod

index a90826a..96b9056 100644 (file)
@@ -1827,9 +1827,8 @@ TCP-Port to connect to. Defaults to B<411>.
 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