title: HWg-STE Ethernet Thermometer: Temperature
agents: snmp
catalog: hw/environment/hwg
license: GPL
distribution: check_mk
description:
 This check monitors the environmental temperature via a
 HWg-STE Ethernet thermometer.

item:
 The name of the sensor "a string".

perfdata:
 One variable: the current temperature.

inventory:
 All available temperature sensors are automatically inventorized.

[parameters]
parameters(dict): This checks parameters are a dictionary with the
following (optional) keys:

  {"levels"}: A tuple (warn, crit) containing the upper levels. Default: (30, 35)

  {"levels_lower"}: A tuple (warn, crit) containing the lower levels. No defaults.

  {"output_unit"}: "c", "f" or "k", the check will output the temperature in the
 specified unit. If this is not set, output is in degrees Celsius.

  {"input_unit"}: "c, "f" or "k". By default, the check interprets the sensor value
 according to the unit sent by the device. This key allows to override that. Tread
 lightly, as this may lead to a misinterpreted temperature. Should only be used if
 the device reports its unit incorrectly.
