Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

check_temper.sh

Current Version
1.3
Last Release Date
2013-08-05
Compatible With
  • Nagios 2.x
  • Nagios 3.x
  • Nagios XI
Owner
License
GPL
Hits
30936
Files:
FileDescription
check_temper-1.3.tar.gzcheck_temper-1.3.tar.gz
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
check_temper is a monitoring plugin for Nagios, which is used to monitor temperature and humidity with TEMPer humi thermometers.
Detailed documentation can be found on the project website https://github.com/ovido/check_temper/wiki.

The following checks can be performed by this plugin:

* Humidity check with:
- 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%

check_temper -w 35:55 -c 30:60 -C hum


* Temperature with:
- 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°

check_temper -w 22:28 -c 20:30 -C temp