Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Directory
Search Results
The search results below show both sub-categories and individual listings that match your search criteria.Meet The New Nagios Core Services Platform
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.
Monitoring Made Magically Better
- Nagios Core on Overdrive
- Powerful Monitoring Dashboards
- Time-Saving Configuration Wizards
- Open Source Powered Monitoring On Steroids
- And So Much More!
Submit Your Nagios Project!
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. Read the FAQ for instructions.check_temp_watchdog15 & check_humidity_watchdog15





These scripts were taken and edited from the check_temp_weathergoose script because I had a watchdog 15. check_temp_watchdog15 The 15 already has Fahrenheit options, so I edited the script to only divide by 10 (it outputs degrees as 623, instead of ...
check_temp_hum_th2e





The script, check_temp_hum_th2e allows the user to monitor the temperature and humidity of TH2E sensor devices. The data will be fetched by the script via XML. After the script has parsed the XML data, the script will return the appropriate values. Please ...
check_temperature_servers_room





Shell Script to get the temperature of the server room via the sensors for Fujitsu Primergy TX200S4
check_temper.sh





check_temper is a monitoring plugin for Nagios, which is used to monitor temperature and humidity with TEMPer humi thermometers.
check_temp.pl Popular





A perl script that checks the CPU (or M/B) temperature with lm-sensors. Default is to check the CPU temperature but this can be changed to check any temperature returned by sensors with an argument. The plugin complies with the guidelines, for example us ...
check_temp





A small Bash script that checks the CPU (or M/B) temperature with lm-sensors. Default is to check the CPU temperature but this can be changed to for example the motherboard temperature with a "--sensor" argument.
check_telnet_welcome.py





Written in Python2.7 this plugin checks for the telnet Welcome Message. If the string you want is included, it returns SUCCESS, WARNING if the answer needs more than warning time, CRITICAL at time out (critical time) or host unreachable and UNKNOWN every ...
check_telnet.pl





Based on Eli Stair's 2006 check_telnet based on Net::Telnet. This version make the pattern matching more rigorous by examining ALL elements of the banner. Only if NONE of the elements match will the service check fail. Parameters: -H hos ...
check_telnet





Script to check using Net::Telnet. Expect-like passing of commands/arguments and returning data. Verifies serial console (or telnet...) is responding and that its banner matches some string (like its hostname).
check_teamspeak





This program checks your Teamspeak server. This program connects to the port on 51234 (tcp) and tests the virtual server with the indicated port. by Firdor
check_TCP_eway, check_egate_architecture





Check if TCP eWay is connected! Check if nessesary processes are runing; check if the controlbrokers of the schemas are running. Written in bash shell script, testet under SRE 5.0.5 The scripts are meerly templates, changes may be nessesary to fit ...
check_tcping





This is a hacked version of 'poink' by Patrick Haller for use w/ Nagios/Netsaint.
check_tasmota





Nagios plugin to check Wifiplugs and attached sensors running Tasmota Firmware
check_tablespace_oracle v1.2





Updated version of this excellent plugin, figured it would be of use to others: http://exchange.nagios.org/directory/Plugins/Databases/Oracle/check_tablespace_oracle/details Added check for Autoextension and Tablespace status. Displays MB inste ...
check_tablespace_mysql





This plugin checks the tablespace size of a specific MySQL Server database against WARN and CRIT thresholds. It returns the current tablespace size and the number of data files belonging to this database. The plugin can be called in 'reporting' mode, retu ...
check_tablespace_mssql





This plugin checks the tablespace size of a specific Microsoft SQL Server database against WARN and CRIT thresholds. It returns the current tablespace size and the number of data and log files belonging to this database. The plugin can be called in 'repor ...
check_tablespace_db2





This plugin checks the tablespace size of a specific IBM DB2 database against WARN and CRIT thresholds. It returns the total tablespace size, current size, space utilisation in percent and the number of data files belonging to this tablespace.
check_tableau_systeminfo





Nagios plugin for Tableau servers through /admin/systeminfo
check_systemd_service





This one is embarrassingly simple, but I needed to ensure that a local service was running on a systemd box. So this is it.