The file zabbix_agentd.conf contains by default following line:
This is very useful, as it allows upgrading the main zabbix_agentd.conf file from the repository.
Could this similar include line be added to zabbix_server.conf also? Proposal would be:
This would allow keeping site specific settings, like databases, on separate file. Currently as the default installation does not have this include line, it needs to be added manually after upgrading the Zabbix server, in case the configuration file was overwritten from the repository.
I'm currently running Zabbix versions 3.2, 5.2, 6.0 in Ubuntu 16.04, 18.04 and 20.04.
Code:
Include=/etc/zabbix/zabbix_agentd.d/*.conf
Could this similar include line be added to zabbix_server.conf also? Proposal would be:
Code:
Include=/etc/zabbix/zabbix_server.conf.d/*.conf
This would allow keeping site specific settings, like databases, on separate file. Currently as the default installation does not have this include line, it needs to be added manually after upgrading the Zabbix server, in case the configuration file was overwritten from the repository.
I'm currently running Zabbix versions 3.2, 5.2, 6.0 in Ubuntu 16.04, 18.04 and 20.04.
Comment