I wrote this Nagios (http://nagios.org/ - a monitoring tool) specific Perl
plugin a few years ago, but you can easily use it for your needs. The
version I have online does not support mysql 5.0+ but that is easily
remedied..
info;
http://www.byveka.com/files/README.check_replic
script;
bruce wrote:
Hi...
If I have a master/slave setup, I can do a "mysql>show slave status\G" and
get information on the overall status of the slave. Is there a way to break
out this information without having to parse the output? In other words, are
there other cmds that might provide the different
Hi...
If I have a master/slave setup, I can do a "mysql>show slave status\G" and
get information on the overall status of the slave. Is there a way to break
out this information without having to parse the output? In other words, are
there other cmds that might provide the different pieces of info