How do you usually check automatically that slaves are up and running ?

echo "show slave status\G"|mysql -u user -ppassword|grep -i "slave.*running"|grep -i no && mail -s "MySQL Slave stopped" [EMAIL PROTECTED]



--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to