We've set up two hosts running Zabbix Server 6.2.6 in HA mode, using nginx, patroni, pgbouncer, haproxy, and postgres 15.
On the active server, port 10051 is open; on the standby, it's closed. This is as expected, I think.
On the active server, the application looks correct; on the standby, the top-right pane (system information) on the default dashboard says
I'm looking at https://www.zabbix.com/documentation...epts/server/ha, and it says
Currently it's set to localhost:10051, but that appears to be the wrong answer.
What should it be? It certainly shouldn't be the IP or FQDN of the active Zabbix server, since the active Zabbix server will change as dictated by the HA process.
Thanks!
On the active server, port 10051 is open; on the standby, it's closed. This is as expected, I think.
On the active server, the application looks correct; on the standby, the top-right pane (system information) on the default dashboard says
Connection to Zabbix server "127.0.0.1:10051" refused. Possible reasons:
1. Incorrect "NodeAddress" or "ListenPort" in the "zabbix_server.conf" or server IP/DNS override in the "zabbix.conf.php";
2. Security environment (for example, SELinux) is blocking the connection;
3. Zabbix server daemon not running;
4. Firewall is blocking TCP connection.
Connection refused
1. Incorrect "NodeAddress" or "ListenPort" in the "zabbix_server.conf" or server IP/DNS override in the "zabbix.conf.php";
2. Security environment (for example, SELinux) is blocking the connection;
3. Zabbix server daemon not running;
4. Firewall is blocking TCP connection.
Connection refused
- NodeAddress parameter must be specified for each node.
What should it be? It certainly shouldn't be the IP or FQDN of the active Zabbix server, since the active Zabbix server will change as dictated by the HA process.
Thanks!
Comment