PDA

View Full Version : MySQL Monitoring


EnriqueI
08-01-2008, 21:10
Hello,

I uncommented the mysql lines in the zabbix_agentd.conf file, and supplied the proper information. However, when I try to add the metric to a graph, it says that it is "Not Supported." I thought it could be because zabbix did not have a login shell, so I gave it a basic bourne shell. Still did not work, (although running the commands directly from the cmd line did). I thought it might work if I added the Zabbix user to the root group, it might work, but it did not.

Any ideas?

Thanks.

EnriqueI
09-01-2008, 20:21
The triggers on the server were using brackets, not period, like in the client config file.

cbidwell
09-01-2008, 21:23
Interesting. I'm having a similar problem. I do know that you need to change your item to check as a "Zabbix Agent (Active)" as opposed to the standard agent. That got my Not Supported problem to go away, however mine just doesn't receive any data. I continually get "No Data" in my graphs.

EnriqueI
09-01-2008, 21:56
Interesting. I'm having a similar problem. I do know that you need to change your item to check as a "Zabbix Agent (Active)" as opposed to the standard agent. That got my Not Supported problem to go away, however mine just doesn't receive any data. I continually get "No Data" in my graphs.

You need to change the string in the mysql template, and you need to uncomment the mysql strings in the zabbix_agent.conf or zabbix_agentd.conf files... make sure you put in the password as well.

cbidwell
09-01-2008, 21:58
All of that had already been done. I was able to do a zabbix_agentd -t mysql.slave and it comes out with [t|1], so I know that it works. It's just not passing the data to the server and I can't figure out why.