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.Nagios Plugin: Counting the Lines in a MySQL Database





This tutorial will show you how to use the check_mysql_count.pl plugin to count the lines in a MySQL Database. Thank you, Mike!
Introducing the pmp-check-mysql-status Nagios Plugin





In this article you will read about the pmp-check-mysql-status Nagios plugin.
check_mysql_wrapper





hack for nagios check_mysql binary - This wraps the information sent back into a format that then produces graphs from the output When executing check_mysql normally the result is: ./check_mysql -H SERVER -P PORT -d DB -u DB_USER -p DB_PASS -w 5 ...
check_mysql_threads





Nagios plugin for MySQL. Checks the MySQL processlist for long running threads.
check_mysql_stats(PNP4Nagios)





Nagios Plugin with PNP4Nagios Template (no alerting) Producing (12 but it can be adjusted easily if one needs different values) MySQL Performance graphs. Written in Perl but it does NOT Require DBI Modules to be installed as DB Query is handled via MyS ...
check_mysql_stats





check_mysql_stats was designed to monitor various InnoDB and general mysql stats. At the time, I could not find a plugin that specifically did what I wanted.
check_mysql_ssl_certificate





"Check MySQL SSL Certificate" is a passive check used to check the expiration date of x509 certificates. Usage: check_ssl_certificate.py [-h] [-c CRITICAL] [-w WARNING] [-p PATH] optional arguments: -h, --help show this help message and exit ...
check_mysql_slavestatus





check_mysql_slavestatus.sh Usage: $CMDNAME [-H HOST] [-u MySQLUser] [-p MySQLPassword] [-L BehindMasterLimit(sec)]
check_mysql_slave 2010





Monitor MySQL Slave and replication status. check mysql replication lag from master check mysql slave io running check mysql slave sql running
check_mysql_slave





Check that a MySQL replication slave is running. Written in Perl using DBI and DBD::mysql.
check_mysql_slave





Monitor MySQL Slave and replication status. check mysql replication lag from master check mysql slave io running check mysql slave sql running
check_mysql_replication_status





This script is to check mysql replication status on Mysql Slave Server
check_mysql_replication





Compare master and slave position, check slave is waiting for master to send event.
check_mysql_query.pl (Advanced Nagios Plugins Collectio... Popular





Checks MySQL arbitrary queries against regex matches or numerical ranges, with perfdata support. Obsoleted so many of my custom MySQL related checks, one of my all time favourite plugins!
check_mysql_longqueries





check_mysql_longqueries is a Nagios plugin written in Perl that monitors a MySQL database server for queries (commands, and/or threads) that run longer than the configured threshold. Long running queries are especially problematic on tables whose engines ...
check_mysql_health





check_mysql_health is a plugin for Nagios that allows you to monitor a MySQL database. Among the list of metrics are time to login, index usage, bufferpool hit rate, query cache hit rate, slow queries, temp tables on disk, table cache hit rate, connected ...
check_mysql_counters





Graphs a large selection of mysql counters for visualizing database performance. Not an alerting plugin - merely collects data. Requires pnp4nagios.
check_mysql_count





Check row count in table. Possible to specify WHERE conditionals.
check_mysql_connections





Checks the number of connections to a mysql server.