Hi Guys,
I have a Zabbix 2.2.2 server, and also run a zabbix_agentd on it. When try the
zabbix_get -s 127.0.0.1 -k 'mysql.ping'
I got the 'ZBX_UNSUPPORTED' answer. If I try other hosts what are have mysql, the answer is '1'. If I try this (with zabbix or root user privileges too):
mysqladmin ping -u zabbix
On the localhost, I geth the 'mysqld is alive' message.
Any keys (e.g. 'agent.ping' or custom userscripts) are working fine, but just all of mysql items. The Zabbix database in the same mysql, so it's working...
What did I miss?
I have a Zabbix 2.2.2 server, and also run a zabbix_agentd on it. When try the
zabbix_get -s 127.0.0.1 -k 'mysql.ping'
I got the 'ZBX_UNSUPPORTED' answer. If I try other hosts what are have mysql, the answer is '1'. If I try this (with zabbix or root user privileges too):
mysqladmin ping -u zabbix
On the localhost, I geth the 'mysqld is alive' message.
Any keys (e.g. 'agent.ping' or custom userscripts) are working fine, but just all of mysql items. The Zabbix database in the same mysql, so it's working...
What did I miss?

Comment