title: Enterasys Switch: Temperature
agents: snmp
catalog: hw/network/enterasys
license: GPL
distribution: check_mk
description:
 Checks the temperature measured by the temperature sensor in Enterasys
 Switches.

 Returns {WARN} or {CRIT} if reaching or exceeding given levels and {OK}
 otherwise.

inventory:
 Creates one service on every Enterasys Switch in which a temperature
 sensor is found to be active.

perfdata:
 One value: The temperature in degree celsius, together with it's warn and
 crit levels.

[parameters]
warning (int): The temperature in degree celsius that triggers a WARNING state.
critical (int): The temperature in degree celsius that triggers a CRITICAL state.

[configuration]
enterasys_temp_default_levels(int, int): The default levels for WARNING and
 CRITICAL state, preset to (30, 35)
