I'm currently testing Zabbix (version 3) as an alternative for monitoring a few hundred Linux servers. One concern I have is how to maintain the costum scripts and userparameter files on the servers (agent side). I can't really find a way to deploy changes to the agent's config from a central point. As we have a very flexible environment this is an important requirement.
Example 1:
Example 2:
Is there a built-in way to do this? Or has anyone done this already?
Example 1:
- I have a file userparameter_custom.conf in the agent's folder /etc/zabbix/zabbix_agentd.d.
- I need a new userparameter and have to add it to this file on every agent system
- In addition I then have to restart every agent so it picks up the changes in the config file
Example 2:
- I have a custom script in the folder /etc/zabbix on every host
- I need to make a change to this script and distribute it to all Zabbix agent hosts
Is there a built-in way to do this? Or has anyone done this already?
Comment