title: Sensatronics EM1 Devices: Temperature, humidity, wetness
agents: snmp
catalog: hw/environment/sensatronics
license: GPL
distribution:
description:
 This check monitors the data gathered by the sensors attached
 to a Sensatronics EM1 device. The device needs to support the {SENSATRONICS-EM1} MIB.

item:
 Each sensor which returns a value different than -999.9 results in one service. The item
 containts the group name and the sensor type.

perfdata:
 Depends on the sensor type. In case of temperature the service outputs a perfdata value
 {temperature} and the current value, warn, crit in the provided measure unit. In case of
 humidity the check returns a perfdata value {humindity} with the percentage value.

inventory:
 All available sensors are automatically inventorized.

examples:
 # set default levels for all sensors
 strem1_temp_defaultlevels     = (28, 32)
 strem1_humidity_defaultlevels = (None, None)
 strem1_wetness_defaultlevels  = (None, None)

[parameters]
warning (int): minimum value leading to a WARNING state
critical (int): mimimum value leading to a CRITICAL state

[configuration]
strem1_temp_defaultlevels (int/None, int/None): default temperature levels for warning, critical states. Preset to (28, 32). None disables a threshold.
strem1_humidity_defaultlevels (int/None, int/None): default humidity levels for warning, critical states. Preset to (28, 32). None disables a threshold.
strem1_wetness_defaultlevels (int/None, int/None): default wetness levels for warning, critical states. Preset to (28, 32). None disables a threshold.
