GUI CSS: Refactored wato styles to nested structure meeting sasslint requirements...
[check_mk.git] / checkman / fjdarye101_rluns
blobff207b14c90ad92525caa8d4c050c3bfa3ac06dd
1 title: Fujitsu storage systems: RLUNs FW 2013
2 agents: snmp
3 catalog: hw/storagehw/fujitsu
4 license: GPLv2
5 distribution: none
6 description:
7  This check monitors the state of an RLUN in
8  a storage system from Fujitsu that support the
9  FJDARY-E101-MIB.
11  Note: Unfortunately the MIB does not provide any information
12  about the exact meanings of the state objects of the RLUNs
13  (hex dumps). Follwing assumptions have been made based on some
14  simple Tests: {A0} in byte 4 means "present", {08} in byte 3
15  means "rebuilding", {07} in byte 3 means "copyback", {41} in
16  byte 3 means "spare is in use" and {00} in byte 3 means "normal state".
17  Please mail me, if you have more profound information...
19  This is an adaption of the corresponding fjdarye60 check.
21 item:
22  The index of the RLUN in the SNMP table (integer). The first RLUN usually
23  has index {1}.
25 inventory:
26  All RLUNs with byte 4 being {A0} (assumed to mean "present") are inventorized.