Info
Zabbix server 5.4 (Debian 10)
host :
- windows 2016 std
- MySQL 5.7
- Zabbix agent 2
- Template : MySql by Zabbix agent
Hi folks !
I'm rather new to zabbix. I discovered it few weeks ago and I'm currently setting it in our information service !
I managed to configure several hosts with the MySql by Zabbix agent (on Windows and Linux OS).
But, I have a strange issue, I'm working on 2 similar servers (test and prod).
On one of them, I managed to configure MySql template quite easily, but on the other, in the zabbix agent log, I find this :
The macros are set
{$MYSQL.DSN}=tcp://localhost:3306
{$MYSQL.USER}=zbx_monitor
{$MYSQL.PASSWORD})= ****
The zbx_monitor account is correctly set in the MySql database (I manage to log into the db with this login).
It seems the agent is trying to use the port instead of the user login.
I'm really stuck with this.
Some help would be great !
Tom
Zabbix server 5.4 (Debian 10)
host :
- windows 2016 std
- MySQL 5.7
- Zabbix agent 2
- Template : MySql by Zabbix agent
Hi folks !
I'm rather new to zabbix. I discovered it few weeks ago and I'm currently setting it in our information service !
I managed to configure several hosts with the MySql by Zabbix agent (on Windows and Linux OS).
But, I have a strange issue, I'm working on 2 similar servers (test and prod).
On one of them, I managed to configure MySql template quite easily, but on the other, in the zabbix agent log, I find this :
Code:
[Mysql] Cannot fetch data: Error 1045: Access denied for user '3306'@'localhost' (using password: NO).
{$MYSQL.DSN}=tcp://localhost:3306
{$MYSQL.USER}=zbx_monitor
{$MYSQL.PASSWORD})= ****
The zbx_monitor account is correctly set in the MySql database (I manage to log into the db with this login).
It seems the agent is trying to use the port instead of the user login.
I'm really stuck with this.
Some help would be great !
Tom
Comment