GUI CSS: Refactored wato styles to nested structure meeting sasslint requirements...
[check_mk.git] / checkman / megaraid_ldisks
blob362c6332de883c29e1630709bf5ff4ce0bb358a6
1 title: LSI MegaRAID: Logical disks (via MegaCLI)
2 agents: linux
3 catalog: os/storage
4 license: GPL
5 distribution: check_mk
6 description:
7  This check monitors the state of logical disks (RAID arrays) of an LSI
8  MegaRAID Controller. The Linux agent sends the neccessary data,
9  if the command line utility {MegaCli} is found in the shells
10  search path. The usual way is to install it into {/usr/local/bin}.
12  The utility {MegaCli} can be downloaded from
13  {http://www.lsi.com/downloads/Public/MegaRAID%20Common%20Files/8.02.16_MegaCLI.zip}.
14  This is an alternative to the utility {cfggen}. {cfggen} only works
15  with the driver {mptsas}, whereas {MegaCli} uses a device created
16  by the driver {megaraid_sas}.
18 item:
19  A string containing the number of the adapter and the logical disk, separated
20  by a slash, e.g. {"0/0"}.
22 inventory:
23  All logical disks are automatically inventorized. All states other than
24  {Optimal} are considere critical.