Hello,
I use puppet to manage configuration files like zabbix.
If i want to change value in the zabbix config file, i just do change the variable in my puppet modules and puppet update the server configuration every 30 minutes.
Actually, i wrote a Dockerfile for run an application.
This application is monitored by zabbix using local script to push metrics into the zabbix server.
My question is, how i can manage the zabbix configuration file ?
Redeploy all they containers to change the zabbix server ip or whatever is very disturbing.
More usually, how SysAdmin could change the OS configuration in the container without redeploy all containers ?
Do you have any best practice ? I could run puppet into the container but, it’s using two configuration management tools and it’s not the Docker vision.
Thanks for your help ![]()