title: Check for bays in an IBM blade center
agents: snmp
author: Mathias Kettner <mk@mathias-kettner.de>
license: GPL
distribution: check_mk
description:
 This check makes sure that a bay of an IBM blade center
 is present and has the status {OK}. If the checked bay is not present, the
 check goes into warning state. Any other bay status results
 in a critical check result.

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

examples:
 checks += [
  ( "hostabc", "blade_bays", "8", None)
 ]

inventory:
 All bays with the state 1 (present and OK) are automatically 
 inventorized.
