Random Project
Home > Plugins > Databases > MySQL

MySQL

Nagios plugins for monitoring MySQL databases and database servers.

Showing 13-24 of 54 Plugins.

PLUGIN NAME
DESCRIPTION
RATING
VIEWS
AUTHOR
LICENSE
Usage: ./check_mysql_threads.sh -H virtual_ip -P port -u dbuser -p dbpass -s connection -n primary_hostname
Nagios plugin for MySQL. Checks the MySQL processlist for long running threads. Threads which have been running for a long time could signal that something…
"ndb_mgm" is required on the server (can be downloaded and extracted from the source of mysql-cluster). Node IDs are given as argument (--nodes) and should…
This plugin is checking timestamp of the last table update (on the slave side) and comparing it with the current system time. You must choose…
This is MySQL Replication check. There are 3 checkpoints. 1. Seconds_Behind_Master 2. Slave_IO_Running 3. Slave_SQL_Running Check the difference between Master and Slave on MySQL. When…
Pretty simple to use. ARG1 = username ARG2 = password $USER1$/check_mysqlslave.sh -u $ARG1$ -p $ARG2$ -H $HOSTADDRESS$ Make sure the user specified has either SUPER…
check_mysql_counters ==================== check_mysql_counters is a nagios plugin and pnp4nagios template designed to show you performance trends in your MySQL servers. To use, copy the appropriate…
Description: Checks master and slave log positions as well as slave status. Usage: ./check_mysql_replication.sh -H Script assumes: * it is run from the master server…
The best practice to handle deadlocks (after eliminating them from the code) is recovering from them. Unfortunately, MySQL Replication does not recover automatically from these…