Sophie

Sophie

distrib > Fedora > 18 > i386 > by-pkgid > 16c5e5f8b5816c1b1037e59c9a2a8112 > files > 219

check-mk-docs-1.2.2-5.fc18.1.noarch.rpm

title: Check Linux softraid devices
agents: linux
author: Mathias Kettner <mk@mathias-kettner.de>
license: GPL
distribution: check_mk
description:
 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.

item:
 The Linux raid device without {/dev/}, for example {"md0"}.

examples:
 checks += [
    ( "somehost", "md", "md0", None )
 ]

inventory:
 All 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...