Sophie

Sophie

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

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

title: Check output power of APC Symmetra USV
agents: snmp
author: Mathias Kettner <mk@mathias-kettner.de>
license: GPL
distribution: check_mk
description:
 This checks just monitors the output power (in Watt) of the
 (usually three) phases of an APC Symmetra power supply.
 You can define warning and critical levels of power, below which
 the phases must not drop. Each phase is realized as a separate
 check.

examples:
 # Trigger warning/critical level if power drops below 100 or 20 Watt
 apc_power_default_levels = (100, 20)

perfdata:
 The current output power int Watt

inventory:
 Supported.

[parameters]
warn (int): The warning level: the power should not drop at or below this level
crit (int): The critical level: the power must not drop at or below this level

[configuration]
apc_power_default_levels (int, int): The default levels to be used
   for inventorized checks. This variable is preset to {(20, 1)}