mySQL Slave monitoring

Cet article est le n°4/4 de la série MySQL

As many other features, mySQL does not provide « out of the box » script to monitor the replication.

Here we are going to see how to put in place a shell script that will poll our server any minute and send an alert if the slave is not replicating anymore. Lire la suite