MySQL Monitoring with Monyog
We now monitor all of our mysql instances using MONyog.
This is a web application accessed through http://hostname.domain:5555.
Monyog is set up to email everybody in the team if any instances are down, replication fails or any errors written to the error log.
Monyog can provide us with a real time monitor, replication monitoring, normalisation of the slow query logs and performance tuning advice.
Monyog contains all of our mysql instances and must be updated if any new instances are added. Connection to instances are via ssh tunnelling.
This is a web application accessed through http://hostname.domain:5555.
Monyog is set up to email everybody in the team if any instances are down, replication fails or any errors written to the error log.
Monyog can provide us with a real time monitor, replication monitoring, normalisation of the slow query logs and performance tuning advice.
Monyog contains all of our mysql instances and must be updated if any new instances are added. Connection to instances are via ssh tunnelling.
Comments