check_temper

check_temper

check_temper is a monitoring plugin for Icinga/Nagios and it's forks, which is used to monitor temperature and humidity with TEMPer humi thermometers.

Detailed documentation can be found on the project website.

The following checks can be performed by this plugin:

Humidity check with:

check_temper -w 35:55 -c 30:60 -C hum
  • critical if humidity is lower then 30% or higher then 60%
  • warning if humidity is lower then 35% or higher then 55%
  • ok if humidity is between 35% and 55%

Temperature with:

check\_temper -w 22:28 -c 20:30 -C temp
  • critical if temperature is lower then 20° or higher then 30°
  • warning if temperature is lower then 22° or higher then 28°
  • ok if temperature is between 22° and 28°