User rights for Percona Zabbix plugin

Hi,

I installed Percona zabbix plugin but of course I don’t want to use database root there because of security purposes.

So I created new user for that with following rights, which You can see on attached picture.

But with this right practically Items doesn’t work !!

What I’m doing wrong ??

photoid=22480|attachment

Hi jact;

Your screen shot is too small to read. The basic statement recommended in the documentation to setup the user is:

GRANT SUPER, PROCESS ON . TO ‘zabbix’@‘%’ IDENTIFIED BY “s3cret”;

That will allow the zabbix user to connect from any host. If you are having problems, I would first try that, and then once it works, tailor it to meet your needs by restricting the host and permissions if need be.

If Zabbix is still not working, try to manually connect from the Zabbix server to the MySQL server you are attempting to monitor using the same credentials. That will tell you if the grants are correct or not, and if not it should give you an error message that will hopefully help diagnose the issue.

-Scott