Sophie

Sophie

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

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

title: Check Multipathing on HP-UX
agents: hpux
author: Mathias Kettner <mk@mathias-kettner.de>
license: GPL
distribution: check_mk
description:
 This check monitors the state of Multipath groups (LUNs) on HP-UX.
 Each path can be in the state {ACTIVE}, {STANDBY}, {FAILED} or {UNOPEN}.
 The check parameter specifies the number of pathes expected in the
 various states (usually active and standby). The check triggers critical,
 if at least one path is {FAILED}. It triggers a warning if the number
 of paths in the various states has changed (e.g. if a path has completely
 vanished or switched from active to standby).

item:
 The WWID of the LUN.

inventory:
 On service is created for each LUN that has at least
 two paths which are not {UNOPEN}. LUNs with all paths
 in state {UNOPEN} will be ignored. Also LUNs with only
 one path will be ignored (there are usually local devices).

[parameters]
active (int): The number of paths expected in state {ACTIVE}
standby (int): The number of paths expected in state {STANDBY}
failed (int): The number of paths expected in state {FAILED}
unopen (int): The number of paths expected in state {UNOPEN}