Hi all,
I am close to getting Zabbix set up with two servers configured in HA. I believe I have those setup and working fine with Docker containers on separate hosts. My last hangup is the fact that I am not sure how to use the zabbix/zabbix-web-nginx-mysql image with the HA servers. In the documentation here, it says to comment out the $ZBX_SERVER and $ZBX_SERVER_PORT, but since I am just using the Docker image I don't really have a good way to do that unless I mount a volume and modify that file. Is this what I need to do? Or is there a better way that I'm missing through an environmental variable or something that I can pass to the image?
Thanks!
I am close to getting Zabbix set up with two servers configured in HA. I believe I have those setup and working fine with Docker containers on separate hosts. My last hangup is the fact that I am not sure how to use the zabbix/zabbix-web-nginx-mysql image with the HA servers. In the documentation here, it says to comment out the $ZBX_SERVER and $ZBX_SERVER_PORT, but since I am just using the Docker image I don't really have a good way to do that unless I mount a volume and modify that file. Is this what I need to do? Or is there a better way that I'm missing through an environmental variable or something that I can pass to the image?
Thanks!
Comment