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 MySQL Table Status





Executes "show table status" queries for all schemas on the server. Parse the output. Gives Nagios compatible warning, critical notifications and performance data for selected values.
check mysql slave sql running





checks to see if mysql slave sql is running. written in a shell script, so its easily portable.
check mysql slave io running





checks to see if mysql slave io is running. written in a shell script, so its easily portable.
Check MySQL Slave





This is an update of check_mysqlslaverun.sh. In addition to ensuring that the slave is running, it will also record the seconds behind, and issue a WARNING when the slave is more than 10 seconds behind.
Check MySQL Processlist





Executes just one "Show processlist" query on the server. Checks process' in detail.
Check MySQL Connections





Check the number of stablished connections to a MySQL database Check MySQL Connections usage: ./check_mysql_connections -w 40 -c 50 -u root -p 1234 -h database_host Output: OK - 35 Database Connections |Connections=35;;;;
Check mumur voice server (mumble)





Checks through dbus if murmur is running and shows connected users
Check MuMuDVB Traffic Information





Script will get MuMuDVB XML file and checks streamed IP bandwidth in kB (kilo-Bytes) per second of each channel.
Check MuMuDVB Scrambling Information





Script will get MuMuDVB XML file and checks the scrambling ratio of each channel based on the given thresholds for warning and critical.
Check multiple Windows Processes v2





New version of the plugin "Check multiple Windows Processes" to be able to check several instances of the same process in the windows computer.
Check multiple windows processes dotnet core





This is the code by David Ligeret from the 'Check multiple Windows Processes v2' SNMP process check that exists on this site with added features to monitor a dotnet.exe instance and the ability to require more than 1 instance of a process (list it more th ...
Check multiple Windows Processes





Perl script based on snmpwalk in order to check one or more running processes on a windows machine.
check multiple website response





Based on the excellent plugin from chrisf, this is a version for checking multiple websites in one run. Original here: http://exchange.nagios.org/directory/Plugins/Websites%2C-Forms-and-Transactions/Check-website-response/details I adjusted the scr ...
Check MSSQL Server Centric Status





MSSQL plugin that is geared more towards towards general health of the MSSQL databases as a whole.
Check MSSql Job Status





Plugin that checks mssql job last run outcome.It uses the sp_help_job procedure to get the job last tun outcome. I added warning status when the job have warning icon in Job Agent.
Check MSSQL DataBases, Jobs, Log Files, Time2Connect





Script for nagios to check MSSQL DataBases, Connection Time, Jobs, TempDB Size, Log Size.
The script get all sql instances in the server, and return status for eache instance
You can use check_mssql_config.ini to exclude DB or instance to check, read ch ...
check mssql databases status by snmp





Plugin for check MSSQL server Databases by snmp.
Check MSSQL Database Stats





One of two check plugins written in Python exclusively for MSSQL. Works with SQL Server 2000, 2005 and 2008. Designed for easy installation and easy upgradability.
Check MSSQL Database Mirroring





Perl script for checking database mirroring in Microsoft SQL Server 2005
Check MSA 2012i G1





This plugin checks all available parts of the MSA 2012i G1 that is available through the show commands via cli interface.
With this single script you can make 7 services to check your MSA.
It was tested only on MSA 2012i G1, but can work on other MS ...