We upgraded from 3.0.2 to 3.0.3 today via the RPM repository and noticed that the Zabbix agent would not start up. We have a customized userparameter_mysql.conf that adds a username and password to all of the commands. The new package added a userparameter_mysql.conf.rpmnew in the same directory which overrode the settings and broke the commands (because they could not authenticate).
Once we deleted userparameter_mysql.conf.rpmnew the agent started up normally. My guess is whatever include you are using should use /path/*.conf rather than including all files in the directory.
Should this be filed as a bug report?
Thanks!
Once we deleted userparameter_mysql.conf.rpmnew the agent started up normally. My guess is whatever include you are using should use /path/*.conf rather than including all files in the directory.
Should this be filed as a bug report?
Thanks!
Comment