Home Directory Plugins Databases MySQL box293_check_mysql_table_status

Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

box293_check_mysql_table_status

Current Version
2015-08-19
Last Release Date
2015-08-19
Compatible With
  • Nagios 3.x
  • Nagios 4.x
  • Nagios XI
Owner
License
GPL
Hits
8280
Files:
FileDescription
box293_check_mysql_table_statusThe plugin
box293_check_mysql_table_status.zipThe plugin in a zip file
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
This Plugin checks the status of MySQL or MariaDB Database Tables. Will return a critical result if any of theses columns has a NULL value:
* Engine, Version, Row_format, Rows, Avg_row_length, Data_length, Max_data_length, Index_length, Data_free, Create_time

Sometimes this can go undetected and can have long term repercussions.

The plugin is just a bash script.

USAGE
box293_check_mysql_table_status [database] [username] [password]

EXAMPLES
Check the nagios database
box293_check_mysql_table_status nagios ndoutils n@gweb

Check the nagiosql database
box293_check_mysql_table_status nagiosql nagiosql n@gweb
Version Notes:
2015-08-19
* This is the first official release of the plugin