I understand the need for the UserParameter to be defined in the zabbix-agentd.conf file, but this mades large deployments a bit difficult. What would be nice would be the ability to have an entry at the bottom of the agent's config file that basically looked like this:
include "custom/*.entries"
And you could use your favorite package manager, config manager, or bash script to just push the files into the directory.
For a great example of a very efficient (imo) way of doing this look at how Debian/ubuntu manage include for the apache config. Its awesome.
include "custom/*.entries"
And you could use your favorite package manager, config manager, or bash script to just push the files into the directory.
For a great example of a very efficient (imo) way of doing this look at how Debian/ubuntu manage include for the apache config. Its awesome.
Comment