Home ›
Monitoring MySQL uptime and performance on a Debian serverMonitoring MySQL uptime and performance on a Debian server
Submitted by Benjamin Melançon on December 7, 2007 - 7:16am
See also http://agaricdesign.com/note/web-site-uptime-monitoring-tools
Best resource I've found yet on how to monitor mysql (not a surprise)
http://www.mysql.com/news-and-events/newsletter/2004-01/a0000000301.html
But it doesn't have what Agaric needs, as far as automatic e-mail alerts.
Here's some of its advice, that I could understand well enough to translate into code.
(For root at localhost, the defaults)
# mysqladmin extended -p
# vmstat
MySQL error log - Nothing should written to the error log, after the server has completed its initialization sequence.
vi /var/log/mysql.err
Resolution
http://agaricdesign.com/note/web-site-uptime-monitoring-tools
Searched words:
monitor mysql
Comments
Post new comment