title: Check temperature sensors of DECRU NAS
agents: snmp
author: Mathias Kettner <mk@mathias-kettner.de>
license: GPL
distribution: check_mk
description:
 This check monitors the temperature of the various temperature
 sensors of a DECRU NAS appliance. Since the appliance does not
 supply levels in the MIB and the levels depend on the exact
 product type, we guess sensible parameters during inventury
 by adding 4 or 8 degrees (celsius) to the current temperature
 in order to obtain levels for warning and critical. You can
 override those values by defining the checks manually.

item:
 The name of the temperature sensor as defined in the SNMP data.

perfdata:
 The current temperature of the sensor in celsius (converted from
 fahrenheit)

inventory:
 All senors are automatically detected. The current temperature
 during the inventory plus 4 or 8 degrees is used as warning
 or critical level resp.

[parameters]
warning (int): temperature (celsius) above which a warning level is reached
critical (int): temperature (celsius) above which a critical level is reached

