Showing 1-10 of 38 results.
Sort by:
check_shelly
https://www.claudiokuenzler.com/monitoring-plugins/check_shelly.phpThis is a monitoring plugin to check power relay / power meter devices from Shelly. The checks show device information (such as firmware version) and…
check_rpi_temp.py – Raspberry Pi temperature
https://github.com/Napsty/check_rpi_tempcheck_rpi_temp is a monitoring plugin written in Python (compatible with Python2 and Python3) and measures the board temperature of a Raspberry Pi computer. It allows…
Check Raspberry Pi Temperature
http://github.com/acch/nagios-pluginscheck_axis_stream_quality
In a large scale environment of ipcameras, administrators have to check "quos" of the streaming without look at the streaming or wait the guard personnel…
check_temp_wget
#!/bin/bash WARNING_LEVEL_TEMP=80 CRITICAL_LEVEL_TEMP=85 STATE_OK=0 STATE_WARNING=1 STATE_CRITICAL=2 STATE_UNKNOWN=3 STATE_DEPENDENT=4 # assumed usage: # ./check_temp.sh http://somewhere.com URL=$1 temp=$(wget $URL -q -O -) echo "Temperature: $temp" # Example:…
check_raspberry_temp
Successfull tested with Raspberry Pi 1 Model B, Nagios 4 + NagiosGraph and Raspbian (Debian). Installation ======== 1. Put the plugin into your plugin-directory. 2.…