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_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_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_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_t3





health check for the Sun StorEdge T3/T300/T3b via telnet
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.
check_synology_status





This check checks the status of the NAS, fan status (system and CPU) and system temperature. Additionally described model, serial number and version of DSM. Connection via SNMP
example:
check_synology_status public 2c 192.168.1.30
check_sym_pool





Plugins to monitor the usage/(over-)subscription of ThinPools provided by EMC's High-End-SAN-Storage Symmetrix VMAX. You can define thresholds for each pool. Output is suiting for plotting as graph (perfdata-format). Wraps around EMC's CLI-Interface "Solu ...
check_sym_antivirus_dtupdate





This plugin checks the latest virus definition update SERVER by the SEP.
check_sybase





check_sybase is a free Nagios plugin that will check connectivity and free space on a Sybase database.
check_swraid





Python plugin to check the status of a software based RAID device. patched version. So it will work on fc1,2,3,4,5 centos 4, Debian woody,sarge hosts.
check_switch_errors





# FILE: check_switch_errors.sh # SYNOPSIS: check numbers of ifOutErrors + ifInErrors report the switch has in total. # GUILTY_PARTY: Luis Perez # LICENSE: GPL, Copyright 2021 #For packet-oriented interfaces, the number of outbound #packets that cou ...
check_swift_device_mounted





Plugin for check unmounted device by server over recon swift.
check_swap_rate





Instantly check swapin/swapout activity (pages/s)
check_supervisord_programs





check_supervisord_programs extends nagios monitoring by interacting with the supervisord socket. It is written in BASH, meaning its agnostic across linux variants. Usage ./check_supervisord_program -c Alternate config file -p Prog ...
check_supervisord.rb





Script for checking processes managed by supervisord daemon via XML-RPC API. Possible to check multiple or all processes. Requires ruby2.