Hi All,
I am trying out MySQL monitoring using zabbix, I am referring the docs at
I have created a file named ".my.cnf" at /etc/zabbix with mysql credentials (password also )
I have also edited the file
and changed the HOME parameter to "/etc/zabbix"
Applied the zabbix mysql template also to the host
Now when I check the items value in the host, I am getting below message
Guidance requested on why I am getting message that I have not specified password for zabbix@localhost, I have already specified it in /etc/zabbix/.my.cnf
Thanks
Joseph John
I am trying out MySQL monitoring using zabbix, I am referring the docs at
[mysql]
user=zabbix
password=mypass
[mysqladmin]
user=zabbix
password=mypass
user=zabbix
password=mypass
[mysqladmin]
user=zabbix
password=mypass
/etc/zabbix/zabbix_agentd/userparameter_mysql.conf
Applied the zabbix mysql template also to the host
Now when I check the items value in the host, I am getting below message
Received value [ERROR 1045 (28000): Access denied for user 'zabbix'@'localhost' (using password: NO)] is not suitable for value type [Numeric (float)]
Thanks
Joseph John