Sophie

Sophie

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

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

title: Check AKCP Sensor Humidity
agents: snmp
author: Michael Nieporte <michael.nieporte@uk-essen.de>
license: GPL
distribution: check_mk
description:
 This check monitors the humidity of sensors attached
 to AKCP SensorProbe.

item:
 The item is the sensor description of the sensor as string.

perfdata:
 the current humidity in percent, lower crit, lower warn, upper warn, upper crit

inventory:
 All available humidity sensors are automatically inventorized.

examples:
 # set default levels for all akcp humidity sensors
 akcp_sensor_humidity_defaultlevels = (35, 40, 60, 65)

 # to Overwrite the default levels levels for a sensor
 checks += [
   ( 'hostname', "akcp_sensor_humidity", 'sensor description', ( lower crit, lower warn, upper warn, upper crit ) ),
 ]

[parameters]
critical low (int): lower border for triggering critical level
warning low (int): lower border for warning level
warning high (int): upper border for triggering warning level
critical high (int): upper border for critical level

[configuration]
akcp_sensor_humidity (int, int, int, int): default levels for lower critical lower warning
 and upper warning, upper critical. Preset to ( 35, 40, 60, 65 ).