Check manual page of apc_symmetra_tempMay 02. 2012
apc_symmetra_tempAuthor: Mathias Kettner License: GPL Distribution: official part of Check_MK Supported Agents: SNMP This checks queries a APC Symmetra Web/SNMP management card for attached temperature
sensors.
ItemThe name of the sensor as configured in your management card.
Check parameters
Performance dataOne variable: the current temperature in degrees celsius.
InventoryAll available temperature sensors are automatically inventorized.
Configuration variables
Examplesmain.mk
# 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) ),
]
|
| |||||||||||||||||||||||||||