-
Problem report
-
Resolution: Fixed
-
Trivial
-
None
-
6.4.7
-
None
-
Ubuntu 20.04
Steps to reproduce:
- Configure repo https://repo.zabbix.com/zabbix/6.4/ubuntu/dists/focal/
- apt install zabbix-agent2 zabbix-sender
- zabbix_sender -c /etc/zabbix/zabbix_agent2.conf -k key -o value
Result:
zabbix_sender [1922324]: ./zabbix_agent2.d/plugins.d: [2] No such file or directory
Expected:
No errors
This error is caused by the packaged config including the following line:
Include=./zabbix_agent2.d/plugins.d/*.conf
Which should instead be this, to match the other includes:
Include=/etc/zabbix/zabbix_agent2.d/plugins.d/*.conf