TOP LEVEL CATEGORIES
EXPLORE
Plugins allow you to monitor anything and everything with Nagios – databases, operating systems, applications, network equipment, protocols and more!
Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.
Showing 1351-1360 of 4379 results.
Sort by: Default Name (A-Z) Name (Z-A) Date (Oldest) Date (Newest) Comment Count (Most) Comment Count (Least) Random
This script will readout the CPU temperature on a windows system using openharwaremonitorreport (http://code.google.com/p/open-hardware-monitor/issues/detail?id=230 ) derived from openhardwaremonitor (http://openhardwaremonitor.org/)
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…
Credit due to Tollef Fog Heen for the original C code (http://err.no/personal/blog/tech/2008-07-22-10-17_kernel_patches_TEMPer_thermometer.html) and to Nathanael Coleshaw for his assistance in fixing up the C. This…
This plugin can be used with NRPE or on a local machine. It has been tested with sensor output in several forms: #{1,3} #{1,3}.# #{1,3}.##…
#!/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:…
Usage: check_temp_weathergoose.sh -H [-f] -w -c -H - The IP address of the Weathergoose -C - SNMP Community -f - Convert output to Fahrenheit -w…
Help build Nagios Exchange for yourself and the entire the Nagios Community by your Nagios project to the site. It's easy - just create an account, login, and add a new listing.