The code itself logs into the database and issues show status commands, so there is no difference whether you are using stock MySQL or Percona.
However, this implementation only really does SHOW MASTER STATUS, SHOW SLAVE STATUS, and SHOW STATUS. If you are using InnoDB there are a couple of other forks which you may be interested in: Shawn Sterling added a whole bunch of additional metrics from SHOW STATUS, you can find that here: https://github.com/shawn-sterling/collectd I took Shawn's changes and also added SHOW INNODB STATUS and ported a lot of the percona stats collection metrics: https://github.com/ghaase/collectd Greg Haase On Mon, Nov 12, 2012 at 7:11 AM, Rachid Zarouali <[email protected]>wrote: > Hy, > > Does anyone uses collectd mysql plugins with percona mysql-server ? > is there anything specific to be configured ? > > Thanks for the input :) > > Regards, > > > _______________________________________________ > collectd mailing list > [email protected] > http://mailman.verplant.org/listinfo/collectd > >
_______________________________________________ collectd mailing list [email protected] http://mailman.verplant.org/listinfo/collectd
