GUI CSS: Refactored wato styles to nested structure meeting sasslint requirements...
[check_mk.git] / checkman / hpux_multipath
blob4852d2379e5fe79488731454855ce60581166991
1 title: Multipathing on HP-UX
2 agents: hpux
3 catalog: os/storage
4 license: GPL
5 distribution: check_mk
6 description:
7  This check monitors the state of Multipath groups (LUNs) on HP-UX.
8  Each path can be in the state {ACTIVE}, {STANDBY}, {FAILED} or {UNOPEN}.
9  The check parameter specifies the number of pathes expected in the
10  various states (usually active and standby). The check triggers critical,
11  if at least one path is {FAILED}. It triggers a warning if the number
12  of paths in the various states has changed (e.g. if a path has completely
13  vanished or switched from active to standby).
15 item:
16  The WWID of the LUN.
18 inventory:
19  On service is created for each LUN that has at least
20  two paths which are not {UNOPEN}. LUNs with all paths
21  in state {UNOPEN} will be ignored. Also LUNs with only
22  one path will be ignored (there are usually local devices).