Ad Widget

Collapse

Please add Include line in zabbix_server.conf to automatically include local settings

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ktt
    Junior Member
    • May 2017
    • 7

    #1

    Please add Include line in zabbix_server.conf to automatically include local settings

    The file zabbix_agentd.conf contains by default following line:
    Code:
    Include=/etc/zabbix/zabbix_agentd.d/*.conf
    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:
    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.
  • Bendind
    Junior Member
    • Aug 2023
    • 3

    #2
    Hi there!
    Specifically, You are Proposing the addition of an "Include" line in the Zabbix_Server.conf configuration file to allow the automatic inclusion of local settings form separate files. This is a common practice that enables users to manage site-specific configuration changes without modifying the main configuration file.

    Comment

    Working...