Refactoring: Moved more storage check parameters from unsorted.py to dedicated module...
[check_mk.git] / checkman / md
blob19defe1990eb758c76c1e10d3c4395da19e8a319
1 title: Linux softraid devices
2 agents: linux
3 catalog: os/storage
4 license: GPL
5 distribution: check_mk
6 description:
7  Checks the current state of a Linux MD raid array. The information
8  is read by the agent from {/proc/mdstat}. The result is either
9  OK, if all disks are active or critical in any other case.
11 item:
12  The Linux raid device without {/dev/}, for example {"md0"}.
14 inventory:
15  All RAID devices except those with raid level 0 are automatically detected.
16  The RAID 0 devices's output is completely different from the others.
17  And if a disk crashes you will soon notice anyway...