Sophie

Sophie

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

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

title: Check for PSUs in an HP BladeSystem Enclosure
agents: snmp
author: Lars Michelsen <lm@mathias-kettner.de>
license: GPL
distribution: check_mk
description:
 This check monitors the health of the PSUs in HP BladeSysten enclosures.

 It uses the state reported by SNMP and prints the current power usage and
 serial number reported of each PSU.

 Each PSU which is present while the Check_MK inventory will result in an
 own service. If the PSU is not available anymore this service will be shown
 as CRITICAL service.

 The current power usage will also be sent as performance information to
 Nagios.

item:
 Number of the PSU (as string, not int).

perfdata:
 It contains the current power usage in watts in the {output} value.

examples:
 checks += [
  # Manually configured check:
  # Hostname, checkname, item-id, params
  ( "examplehost", "hp_blade_psu", "1", None)
 ]

inventory:
 All PSUs with the present state "present" are automatically inventorized.