Re: MySQL - master/slave replation question

2007-11-16 Thread Atle Veka
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;

Re: MySQL - master/slave replation question

2007-11-15 Thread mark addison
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

MySQL - master/slave replation question

2007-11-15 Thread bruce
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