title: Raritan PX-2000 family PDU outlet count
agents: snmp
catalog: hw/other
license: GPL
distribution: check_mk
description:
 Checks the current outlet count of the Raritan PX-2000
 family of intelligent rack power distribution units (iPDUs).

 By default this check does report only and returns always {OK}.
 Only if you set levels explicitly, it returns {WARN} or {CRIT} if
 the value is outside the given ranges.

perfdata:
 Exactly one number: The outlet count. If levels are given: Together
 with it's levels.

inventory:
 Creates exactly one check per host called Outlet Count.

[parameters]
tuple(int, int, int, int): crit_low, warn_low, warn_high, crit_high:
  If the value is lower or equal crit_low, the check returns {CRIT}.
  If the value is lower or equal warn_low, the check returns {WARN}.
  If the value is higher or equal warn_high, the check returns {WARN}.
  If the value is higher or equal crit_high, the check returns {CRIT}.
