{"id":2167,"date":"2013-07-07T11:37:15","date_gmt":"2013-07-07T03:37:15","guid":{"rendered":"http:\/\/rmohan.com\/?p=2167"},"modified":"2013-07-07T11:37:15","modified_gmt":"2013-07-07T03:37:15","slug":"mysql-replication-status-notification","status":"publish","type":"post","link":"https:\/\/mohan.sg\/?p=2167","title":{"rendered":"Mysql Replication status notification"},"content":{"rendered":"<p>Using the script you can get the alert message from the replication server if replication is down or not working.<\/p>\n<p>\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2013<\/p>\n<p>#!\/bin\/bash<\/p>\n<p>PATH=\/usr\/local\/sbin:\/usr\/local\/bin:\/usr\/sbin:\/usr\/bin:\/sbin:\/bin<\/p>\n<p>#script checking the replication is running or not.<\/p>\n<p>#If replication is down then sent the alert mail.<\/p>\n<p>slave_server_hostname=192.168.10.1<\/p>\n<p>###check if already notified###<\/p>\n<p>cd \/root<\/p>\n<p>if [ -f slave_problem.txt ]; then<\/p>\n<p>rm -rf \/root\/slave_problem.txt<\/p>\n<p>exit 1;<\/p>\n<p>fi<\/p>\n<p>&nbsp;<\/p>\n<p>###Check if slave running###<\/p>\n<p>(<\/p>\n<p>echo \u201cshow slave status \\G;\u201d<\/p>\n<p>) | mysql -u username -h $slave_server_hostname -ppassword 2&gt;&amp;1 | grep \u201cSlave_IO_Running: No\u201d<\/p>\n<p>if [ &#8220;$?&#8221; -ne &#8220;1&#8221; ]; then<\/p>\n<p>echo \u201cReplication Failed\u201d<\/p>\n<p>echo \u201cReplication failed\u201d &gt; \/root\/slave_problem.txt<\/p>\n<p>fi<\/p>\n<p>&nbsp;<\/p>\n<p>###Send notification if replication down###<\/p>\n<p>cd \/root<\/p>\n<p>if [ -f slave_problem.txt ]; then<\/p>\n<p>#mail -s \u201cReplication problem\u201d mail_id@domainname.com&lt; \/root\/slave_problem.txt<\/p>\n<p>echo \u201cProblem in replicaition\u201d<\/p>\n<p>fi<\/p>\n<p>\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014-<\/p>\n<p>Setup this script in conrtab of Master server<\/p>\n<p>#chmod +x \/path\/to\/Checkreplication.sh<\/p>\n<p>#crontab -e<\/p>\n<p>* * * * * \/path\/to\/Checkreplication.sh<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Using the script you can get the alert message from the replication server if replication is down or not working.<\/p>\n<p>\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2013<\/p>\n<p>#!\/bin\/bash<\/p>\n<p>PATH=\/usr\/local\/sbin:\/usr\/local\/bin:\/usr\/sbin:\/usr\/bin:\/sbin:\/bin<\/p>\n<p>#script checking the replication is running or not.<\/p>\n<p>#If replication is down then sent the alert mail.<\/p>\n<p>slave_server_hostname=192.168.10.1<\/p>\n<p>###check if already notified###<\/p>\n<p>cd \/root<\/p>\n<p>if [ -f slave_problem.txt ]; then<\/p>\n<p>rm -rf [&#8230;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[16],"tags":[],"_links":{"self":[{"href":"https:\/\/mohan.sg\/index.php?rest_route=\/wp\/v2\/posts\/2167"}],"collection":[{"href":"https:\/\/mohan.sg\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/mohan.sg\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/mohan.sg\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/mohan.sg\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=2167"}],"version-history":[{"count":1,"href":"https:\/\/mohan.sg\/index.php?rest_route=\/wp\/v2\/posts\/2167\/revisions"}],"predecessor-version":[{"id":2168,"href":"https:\/\/mohan.sg\/index.php?rest_route=\/wp\/v2\/posts\/2167\/revisions\/2168"}],"wp:attachment":[{"href":"https:\/\/mohan.sg\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2167"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/mohan.sg\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=2167"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/mohan.sg\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=2167"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}