![]() |
6 years ago | |
---|---|---|
.. | ||
Makefile.inc | 6 years ago | |
README.md | 6 years ago | |
mysql.chart.py | 6 years ago | |
mysql.conf | 6 years ago |
Module monitors one or more mysql servers
Requirements:
It will produce following charts (if data is available):
Bandwidth in kbps
Queries in queries/sec
Operations in operations/sec
Table Locks in locks/sec
Select Issues in issues/sec
Sort Issues in issues/sec
You can provide, per server, the following:
Here is an example for 3 servers:
update_every : 10
priority : 90100
retries : 5
local:
'my.cnf' : '/etc/mysql/my.cnf'
priority : 90000
local_2:
user : 'root'
pass : 'blablablabla'
socket : '/var/run/mysqld/mysqld.sock'
update_every : 1
remote:
user : 'admin'
pass : 'bla'
host : 'example.org'
port : 9000
retries : 20
If no configuration is given, module will attempt to connect to mysql server via unix socket at /var/run/mysqld/mysqld.sock
without password and with username root