Sophie

Sophie

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

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

title: Check temperature via Symmetra APC Web/SNMP Management Card
agents: snmp
author: Mathias Kettner <mk@mathias-kettner.de>
license: GPL
distribution: check_mk
description:
 This checks queries a APC Symmetra Web/SNMP management card for attached temperature
 sensors.

item:
 The name of the sensor as configured in your management card.

perfdata:
 One variable: the current temperature in degrees celsius.

inventory:
 All available temperature sensors are automatically inventorized.

examples:
 # set default levels for all temperature sensors
 apc_temp_default_levels = (20, 24)

 # Set specific levels for one sensor
 checks += [
   ("apcusv47", "apc_symmetra_temp", 'Temp Sensor MM:3', (22, 26) ),
 ]

[parameters]
warning (int): temperature at which a warning level is triggered
critical (int): critical level for temperature

[configuration]
apc_temp_default_levels (int, int): Default levels for warning
 and critical. This is preset to {(25, 30)}.