Hi everyone,
we have been using Zabbix server in HA mode some time, version 6.0.29 working everything ok in a conteinerized environment with Docker.
Now, we wanna try docker swarm, so swarm will create 1 replica server and will be aware if there is some problems with it and will run this service on another node.
The problem is that I cant disable HA mode. Reading docs simply point to comment these two variables and zabbix server will run in standalone mode.
# ZBX_HANODENAME: node01
# ZBX_NODEADDRESS: 1.2.3.4
This do not work for us.
Zabbix server continues running in HA mode, acting as master and showing us in Report tag, System Information that "High availability cluster" is "Online"
When we run this docker compose with these two varialbles commented out, I run bash into the container to see what zabbix_server.conf is actually using and I see the two variables are specified!
I dont understand why.
Am I doing smething wrong?
Is maybe something wrong on the docker images we are using?
We run zabbix-server-pgsql:ubuntu-6.0.29 and zabbix-web-nginx-pgsql:ubuntu-6.0.29 for the frontends.
Thanks in advance.
we have been using Zabbix server in HA mode some time, version 6.0.29 working everything ok in a conteinerized environment with Docker.
Now, we wanna try docker swarm, so swarm will create 1 replica server and will be aware if there is some problems with it and will run this service on another node.
The problem is that I cant disable HA mode. Reading docs simply point to comment these two variables and zabbix server will run in standalone mode.
# ZBX_HANODENAME: node01
# ZBX_NODEADDRESS: 1.2.3.4
This do not work for us.
Zabbix server continues running in HA mode, acting as master and showing us in Report tag, System Information that "High availability cluster" is "Online"
When we run this docker compose with these two varialbles commented out, I run bash into the container to see what zabbix_server.conf is actually using and I see the two variables are specified!
I dont understand why.
Am I doing smething wrong?
Is maybe something wrong on the docker images we are using?
We run zabbix-server-pgsql:ubuntu-6.0.29 and zabbix-web-nginx-pgsql:ubuntu-6.0.29 for the frontends.
Thanks in advance.