9.45. Configuration for the sunswraid check.

sunswraid checks md software raids in solaris for device errors. For each raid device, you can configure an errorlevel. This check uses the output of sun's metastat.

SUNSWRAID

Explanation

SUNSWRAID is the enclosing tag for all device entries.

Parent

OSAGENT

allowed values

Count

0 or 1. If you don't define SUNSWRAID, no md device check will run.

Example
<SUNSWRAID>
  <DEVICE>
    <NAME>md0</NAME>
    <ERRORLEVEL>ERROR</ERRORLEVEL>
  </DEVICE>
  <!-- ERRORLEVEL: Default is FATAL -->
  <DEVICE><NAME>md1</NAME></DEVICE>
</SUNSWRAID>