Hello,
We use debian packages to distribute zabbix config files with user checks which included in main agent config file. Currently, all included files must be specified explicitly which is too boring and can lead to errors.
This patch allows to specify directory name in Include directive. All files from this directory are included into config file.
This approach is similiar to /etc/cron.daily/ or /etc/rcN.d/
For example:
In the above example, user1.conf and all files from conf.d will be parsed on agent startup.
This patch is against 1.4.4
We use debian packages to distribute zabbix config files with user checks which included in main agent config file. Currently, all included files must be specified explicitly which is too boring and can lead to errors.
This patch allows to specify directory name in Include directive. All files from this directory are included into config file.
This approach is similiar to /etc/cron.daily/ or /etc/rcN.d/
For example:
Code:
Include=/etc/zabbix/user1.conf Include=/etc/zabbix/conf.d/
This patch is against 1.4.4
Comment