munin-mysql
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:Improved MySQL Graphs for Munin
Munin - MySQL
=============

[![Build Status](https://travis-ci.org/kjellm/munin-mysql.png?branch=master)](https://travis-ci.org/kjellm/munin-mysql)

Munin plugin for showing graphs of MySQL resource usage.


Installation
------------

1. Download zip file from Github and unzip (https://github.com/kjellm/munin-mysql/archive/master.zip)
2. Install dependencies 
    - munin-node
    - Perl modules: DBI, DBD::mysql, Module::Pluggable
3. Edit Makefile
4. Edit mysql.conf
5. Run `make install'


Further Information
-------------------

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


The information on

should be relevant (As these munin graphs are heavily inspired by
Xaprb's cacti graphs.)

### Wiki

There is a wiki at 

### Source code

The source is hosted at github:



Troubleshooting
---------------

- If you get warnings saying "Output from SHOW ENGINE INNODB 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:
  

- Bugs should be reported to the issue tracker on github
  


Author
------

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/.

This plugin also contains changes from the upstream munin mysql plugin. See [the list of contributors](https://github.com/munin-monitoring/munin/blob/devel/authors).


本源码包内暂不包含可直接显示的源代码文件,请下载源码包。