Hi folks,
I'm working on a very comprehensive MySQL monitoring solution that tracks about 172 different variables, monitors replication, flags configuration and security problems, etc.
It is very targeted right now: MySQL 5.0 specifically. Gathered via a php script.
Anybody who is experienced with MySQL, and could help me work out the kinks, please send me a private message with your email. I'll publish to the wiki as soon as it's reasonably solid.
Currently, I have the variables gathered, and am working on the triggers now.
For reference, I'm mainly combining:
http://johnjacobm.wordpress.com/2007/06/, http://mysqltuner.com/mysqltuner.pl, and http://forge.mysql.com/projects/project.php?id=44
Mike
I'm working on a very comprehensive MySQL monitoring solution that tracks about 172 different variables, monitors replication, flags configuration and security problems, etc.
It is very targeted right now: MySQL 5.0 specifically. Gathered via a php script.
Anybody who is experienced with MySQL, and could help me work out the kinks, please send me a private message with your email. I'll publish to the wiki as soon as it's reasonably solid.
Currently, I have the variables gathered, and am working on the triggers now.
For reference, I'm mainly combining:
http://johnjacobm.wordpress.com/2007/06/, http://mysqltuner.com/mysqltuner.pl, and http://forge.mysql.com/projects/project.php?id=44
Mike
Comment