Changing values in zabbix_server.conf #83
nowplayingtv
started this conversation in
General
Replies: 1 comment 1 reply
-
@nowplayingtv You can actually add that stuff via env variables! Theres no documentation on the zabbix website for it but if you go to docker hub for zabbix server they will list the extra env variables! https://hub.docker.com/r/zabbix/zabbix-server-pgsql meaning you can do something like extraEnv:
Let me know if you have any other questions! Hope this helps out! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'd like to enable VMware collectors which requires adjusting settings in zabbix_server.conf.
I don't see reference to these settings in the helm chart and wondering how to proceed.
StartVMwareCollectors=3
VMwareFrequency=60
VMwarePerfFrequency=60
VMwareCacheSize=32M
VMwareTimeout=120
Beta Was this translation helpful? Give feedback.
All reactions