Can FPMMM work with Percona mysql ?
Thu, 2012-06-14 13:24 —
johnbull
hi guys, I have install latest mpm for monitoring a Percona mysql server 5.5
but i found the zabbix web front-end can not display property data got from percona mysql(xtradb)
some fields show a impossiblly large number, and some fields can not got any data
such as “InnoDB Data Writes” show : max value “4.6G”
InnoDB Data Fsyncs show : max value “275.51 M”
Any help ? Thanks a ton in advance !


Comments
MPM and Percona Server
Hi John,
MPM can work with any MySQL branch/fork. Some of the branches try to make their product unique by adding features or changing things. Because we are parsing the output of
SHOW ENGINE INNODB STATUSamongst other things some values can become wrong over time when the output format is changed by the vendors.The values you mention base most probably on the MySQL status information (
SHOW GLOBAL STATUS)Innodb_data_fsyncsandInnodb_data_writes. So those should be correct on any MySQL branch/fork.But I have to check more in detail…
Oli
Bug report was opened
A bug report for the following problem has been opened: http://support.fromdual.com/bugs/view.php?id=40