Hello,
On one of my servers I am running a MySQLd. System info:
- Centos 6.5
- mysql 5.1.73
- zabbix agent 2.2.5.1
I have the same setup on several other servers.
In order to use a specific application on this server I had to upgrade the mysql to 5.5 with webstatic repos.
After some time I downgraded it back to 5.1 due to incompatibility issues with other services.
I enables unsafe user parameters in the zabbix_agent.conf.
I added username and password to the userparameter_mysql.conf:
I get the following logs:
The original mysql password contained question- and exclamation marks. I removed them due to issues with those in the command line.
The zabbix agent immediately stops after starting.
Any advice?
On one of my servers I am running a MySQLd. System info:
- Centos 6.5
- mysql 5.1.73
- zabbix agent 2.2.5.1
I have the same setup on several other servers.
In order to use a specific application on this server I had to upgrade the mysql to 5.5 with webstatic repos.
After some time I downgraded it back to 5.1 due to incompatibility issues with other services.
I enables unsafe user parameters in the zabbix_agent.conf.
I added username and password to the userparameter_mysql.conf:
I get the following logs:
Code:
13413:20140729:091736.924 cannot add user parameter "mysql.status[*] -uzobba -p------------,echo "show global status where Variable_name='$1';" | HOME=/var/lib/zabbix mysql -N | awk '{print $$2}'": syntax error
The zabbix agent immediately stops after starting.
Any advice?
Comment