lxswraid checks md software raids in Linux for device errors. For each raid device, you can configure an errorlevel.
LXSWRAID is the enclosing tag for all device entries.
0 or 1. If you don't define LXSWRAID, no md device check will run.
<LXSWRAID>
<DEVICE>
<NAME>md0</NAME>
<ERRORLEVEL>ERROR</ERRORLEVEL>
</DEVICE>
<!-- ERRORLEVEL: Default is FATAL -->
<DEVICE><NAME>md1</NAME></DEVICE>
</LXSWRAID>
name of the meta device (regular expression)
The common XML tags as described in Section 9.8, “Tags Common to All Checks and/or Checkpoints”
As many as raid devices.
<LXSWRAID>
<DEVICE>
<NAME>^md\d</NAME>
<ERRORLEVEL>FATAL</ERRORLEVEL>
</DEVICE>
</LXSWRAID>