I am a relative newbie to Zabbix. We are running Zabbix 2.2.6 in a Red Hat Enterprise Linux 6.5 environment. We are also running MySQL 5.1.16 on the hosts I describe below. We have zabbix-agent 2.2.6 installed on the target host.
On the Zabbix server itself, all the Items in Template_App_MySQL are enabled.
It is not entirely clear to me what needs to be setup on the Zabbix server and what needs to be setup on the target host to get this to monitor MySQL on the target host. When I attach the Template_App_MySQL to the target only two Items register as "enabled", those with KEYs: mysql.version and mysql.ping
All the KEYs mysql.status[<cmd>] show as "not supported". I have added a user to MySQL on the target host; so that now
from the Zabbix server's CLI succeeds. But all those KEYs still show as "not supported".
Having read through the documentation I have noted the need for mysql-connector-odbc: but which server does it need to be installed on? Both? Which server should have odbc.ini on it?
What MySQL privileges does my user on the target host need to have? Any help will be greatly appreciated.
On the Zabbix server itself, all the Items in Template_App_MySQL are enabled.
It is not entirely clear to me what needs to be setup on the Zabbix server and what needs to be setup on the target host to get this to monitor MySQL on the target host. When I attach the Template_App_MySQL to the target only two Items register as "enabled", those with KEYs: mysql.version and mysql.ping
All the KEYs mysql.status[<cmd>] show as "not supported". I have added a user to MySQL on the target host; so that now
HTML Code:
telnet targethost 3306
Having read through the documentation I have noted the need for mysql-connector-odbc: but which server does it need to be installed on? Both? Which server should have odbc.ini on it?
What MySQL privileges does my user on the target host need to have? Any help will be greatly appreciated.
But still see "Not supported" for all but two items on the MySQL template. When I look on the target host in the /var/log/zabbix/zabbix_agentd.log I find this error over and over again:
Comment