Home Directory Plugins Hardware Environmental Watchport Temperature and Humidity

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

Watchport Temperature and Humidity

Rating
0 votes
Favoured:
0
Current Version
1.0
Last Release Date
2019-12-01
Compatible With
  • Nagios XI
Hits
3782
Files:
FileDescription
check_watchport_temp.pyTemperature
check_watchport_humid.pyHumidity
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
Checks temperature and humidity using a Watchport Environmental sensor.
This plugin checks the temperature or humidity from a watchport sensor.

The temperature and humidity checks are in separate files.

Parameters :
-w - warning threshold
-c - critical threshold
-p - device port, default it /dev/ttyUSB0

Add the nagios user to the 'dialout' group to allow access to the serial port.

When I first made this, I had issues with the USB sensor locking up after every read. To get around this, I made a version to reset the USB device after every read. See the github page for this version: https://github.com/nsafran1217/check_watchport
I added an ACL to the USB device file to allow nagios write access. I added a udev rule so this ACL is added when the device is plugged in.
Example, you will have to change the identifiers:
SUBSYSTEM=="usb", ATTRS{idProduct}=="0305", ATTRS{serial}=="V72983794-0", ACTION=="add", RUN+="/bin/setfacl -m u:nagios:rw- /dev/$name"