Pylint no-else-return refactoring: tenth (and so far last) set of files
[check_mk.git] / checkman / lsi.disk
blobf288858e02d61ab57423ffc67666aa5d7c31ccc4
1 title: Status of a disk in an LSI RAID array
2 agents: linux
3 catalog: os/storage
4 license: GPL
5 distribution: check_mk
6 description:
7  Monitors the status of a single disk of an LSI RAID controller. The Linux
8  agent sends information about its state, if the tool {cfggen} is
9  available. Each disk can be in one of several states, such as
10  {ONL} (online), {HSP} (hot spare), {FLT} (faulty) or {MIS} (missing).
11  The check is parameterized with a target state. The check gets
12  critical if the disk is not in that state or no information about
13  the disk is sent at all by the agent.
15 item:
16  The id of the disk (as string).
18 inventory:
19  The inventory creates checks for all existing disks - regardless of
20  their states. The current state of a disk is used as target state.
21  That way, you will be notified by Nagios, even if a disk changes
22  from state {HSP} to {ONL}.