-
Type:
Incident report
-
Resolution: Won't fix
-
Priority:
Trivial
-
None
-
Affects Version/s: 6.0.2
-
Component/s: Agent (G)
-
None
-
Environment:Ubuntu 18.04
Steps to reproduce:
- Use active check, set settings ServerActive in /etc/zabbix/zabbix_agentd.conf
ServerActive=zabbix.standalone.com,zabbix-a.cluster1.com;zabbix-b.cluster1.com
and restart agent
- Go to web-frontend in zabbix.standalone.com, view Latest data - data is present
- Go to web-frontend in zabbix-a.cluster1.com or zabbix-b.cluster1.com, view Latest data - data not present
- Change the sequence of specifying servers in the ServerActive configuration:
ServerActive=zabbix-a.cluster1.com;zabbix-b.cluster1.com,zabbix.standalone.com
and restart agent
- Go to web-frontend in zabbix.standalone.com, view Latest data - data is present
- Go to web-frontend in zabbix-a.cluster1.com or zabbix-b.cluster1.com, view Latest data - data is present
Result:

Expected:
I expect that the sequence in which servers are specified should not affect the sending of data.