Home > Plugins > Databases

Databases

Plugins for monitoring databases of various types.

Showing 97-108 of 231 Plugins.

PLUGIN NAME
DESCRIPTION
RATING
VIEWS
AUTHOR
LICENSE
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…
Plugin checks if database is running and in good condition. Usage: check_firebird.pl -H -U -P -D [-S ] Based on: http://exchange.nagios.org/directory/Plugins/Databases/check_firebird-2Epy/details
Major enhancements: * Added Tablespace usage check. Find's the tablespace with the highest percentage used. (counting max tablespace filesize against the real filesize minus the…
Simple configuration: define command{ command_name check_firebird command_line check_firebird.php -H $HOSTADDRESS$ -U '$ARG1$' -P '$ARG2$' -D '$ARG3$' -S '$ARG4$' } With this plugin you could check…
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…
This Nagios plug-in enables Nagios to monitor the status of the Greenplum Data Computing Appliance (DCA). The plug-in uses SNMP to communicate with the Greenplum…
check_pgpol2 -H, --hostname=HOST Name or IP address of host to check -t --timeout=seconds default 5 timeout value in seconds. PCP disconnects if pgpool-II does not…