This file was updated on Tue Aug 19 18:58:48 PDT 2008.

The mysql slave plugin I wrote currently only checks with the
slave to see if both its IO and SQL threads are running
(or on MySQL 3.23, that the combined IO/SQL thread is running).

When you use it on the command line, you can get the full 
"SHOW SLAVE STATUS" details by using the --verbose option.

The plugin works for me -- but if you have trouble using it
on your system, please email me and ask for help. If I can
improve the script or the documentation, everyone wins.

Comprehensive documentation, including usage examples and
troubleshooting tips, is provided on the plugin website:

http://apricoti.pbwiki.com/NagiosCheckMysqlSlave


AUTHOR

Jonathan Buhacoff <jonathan@buhacoff.net>


SEE ALSO

References to similar plugins:

check_replication_slave (by Yunus Bookwala, written in php)
check_mysqlrep (by awfief, written in shell script)
check_mysqllag (by dhirajt, written in shell script)
check_mysqlslaveio (by dhirajt, written in shell script)
check_replication (by James Bromberger, written in perl)
check_mysql_slavestatus (by Claudio Kuenzler, written in shell script)
check_slave_status (by dfratus, written in php)
