Zabbix-Proxy #174
-
Hi, I need some help to add more zabbix-proxy in my zabbix-server. So I increase the number of Replicatset but in the configuration file of the containers all zabbix-proxy have the same hostanme. extraEnv:
I missed something, Kind Regards, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Hello @Vinccyk! Thanks for use this helm chart and share your doubt. If you use helm chart version 7.0.6 and unset or comment the zabbix-proxy.ZBX_HOSTNAME value in the This was discussed in this PR: #170 and released in this release: https://github.com/zabbix-community/helm-zabbix/releases/tag/zabbix-7.0.6 Have a nice week |
Beta Was this translation helpful? Give feedback.
-
Sorry @Vinccyk! Perhaps uncommenting ZBX_HOSTNAME is not enough, as the value still comes from the chart's default values.yaml file. Try unset like this:
|
Beta Was this translation helpful? Give feedback.
Hello @Vinccyk!
Thanks for use this helm chart and share your doubt.
If you use helm chart version 7.0.6 and unset or comment the zabbix-proxy.ZBX_HOSTNAME value in the
values.yaml
file, the pod name will be set automatically on each zabbix-proxy.This was discussed in this PR: #170 and released in this release: https://github.com/zabbix-community/helm-zabbix/releases/tag/zabbix-7.0.6
Have a nice week