This patch adds the capability of 'including' configuration files. So, if you have something like this in your configuration file (ie, zabbix_agentd.conf):
then the file user_parameters.conf is parsed (as if they directives were written in the original file).
I hope it could be helpful.
Code:
Include=/etc/zabbix/user_parameters.conf
I hope it could be helpful.

Comment