Check manual page of mdMay 02. 2012
mdAuthor: Mathias Kettner License: GPL Distribution: official part of Check_MK Supported Agents: Linux Checks the current state of a Linux MD raid array. The information
is read by the agent from /proc/mdstat. The result is either
OK, if all disks are active or critical in any other case.
ItemThe Linux raid device without /dev/, for example "md0".
Check parametersNone. Performance dataNone. InventoryAll RAID devices except those with raid level 0 are automatically detected. The RAID 0 devices's output is completely different from the others. And if a disk crashes you will soon notice anyway... Configuration variablesNone. Examplesmain.mk checks += [ ( "somehost", "md", "md0", None ) ] |
| ||||||||||||