Hello,
I am trying to identify the reasons behind all monitored items in a cluster setup become unsupported after failing over to the secondary Zabbix Server node.
Current env is
Alma Linux 8
Zabbix 7.0.8
This looks like the proxies are not sending back all metrics to the new zabbix master for a reason I cant detect, turning debug 4 or 5 in the proxy and the server dont show any information about connectivity between the two.
Edit: I should also mention that when I do test item on those that run out of the proxies (SQL or Web Api Calls) they do work, however if I let them be, proxies dont seem to be sending those metrics to the zabbix server.

I am trying to identify the reasons behind all monitored items in a cluster setup become unsupported after failing over to the secondary Zabbix Server node.
Current env is
Alma Linux 8
Zabbix 7.0.8
- Each agent has its closest zabbix proxy fqdn in the ServerActive directive
- Each proxy has configured zabbix.domain.com with port 10051 in the Server directive (zabbix.domain.com points to one zabbix master at a time depending on who is listenting on 10051 since there is only one process capable of listening on that port in a HA setup)
- The servers have their Load Balancer virtual ip specified in NodeAddress directive
This looks like the proxies are not sending back all metrics to the new zabbix master for a reason I cant detect, turning debug 4 or 5 in the proxy and the server dont show any information about connectivity between the two.
Edit: I should also mention that when I do test item on those that run out of the proxies (SQL or Web Api Calls) they do work, however if I let them be, proxies dont seem to be sending those metrics to the zabbix server.
Comment