Munin plugin for showing graphs of MySQL resource usage.
- Download zip file from Github and unzip (https://github.com/kjellm/munin-mysql/archive/master.zip)
- Install dependencies
- munin-node
- Perl modules: DBI, DBD::mysql, Module::Pluggable
- Edit Makefile
- Edit mysql.conf
- Run `make install'
yyuu provides a fork containing the packaging meta files for Debian/Ubuntu systems. You can use these to build a Debian package. The fork can be found at https://github.com/yyuu/munin-mysql/
The plugin documentation is contained in the plugin file as POD. View it with perldoc.
There is a blog post with some general information and screenshots at http://oierud.name/bliki/ImprovedMuninGraphsForMySQL.html
The information on http://code.google.com/p/mysql-cacti-templates/wiki/MySQLTemplates should be relevant (As these munin graphs are heavily inspired by Xaprb's cacti graphs.)
There is a wiki at https://github.com/kjellm/munin-mysql/wiki
The source is hosted at github: http://github.com/kjellm/munin-mysql/
-
If you get warnings saying "Output from SHOW ENGINE INNDOB STATUS was truncated" that means that a very large deadlock are causing the output to be truncated. The consequence is that data for many of the InnoDB related data sources will be missing. For solutions to this problem see http://www.xaprb.com/blog/2006/08/08/how-to-deliberately-cause-a-deadlock-in-mysql/
-
You can find some tips for debugging munin plugin problems here: http://munin.projects.linpro.no/wiki/Debugging_Munin_plugins
-
Bugs should be reported to the issue tracker on github http://github.com/kjellm/munin-mysql/issues
Kjell-Magne Øierud <kjellm AT oierud DOT net>
Inspired by the cacti graphs made by Xaprb http://code.google.com/p/mysql-cacti-templates/ as viewed on http://www.xaprb.com/blog/2008/05/25/screenshots-of-improved-mysql-cacti-templates/.