-
Documentation task
-
Resolution: Fixed
-
Trivial
-
5.0.23, 6.0.4
-
None
-
Sprint 90 (Jul 2022), Sprint 91 (Aug 2022)
-
1
The existing block in zabbix_agentd.conf, zabbix_agent2.conf:
### Option: ServerActive # List of comma delimited IP addresses or DNS names (address:port) pairs or clusters (address:port;address2:port) of Zabbix servers and Zabbix proxies for active checks. # If port is not specified, default port is used. # Cluster nodes need be separated by semicolon. # IPv6 addresses must be enclosed in square brackets if port for that host is specified. # If port is not specified, square brackets for IPv6 addresses are optional. # If this parameter is not specified, active checks are disabled. # Example for multiple servers: # ServerActive=127.0.0.1:20051,zabbix.domain,[::1]:30051,::1,[12fc::1] # Example for HA: # ServerActive=zabbix.cluster.node1;zabbix.cluster.node2:20051;zabbix.cluster.node3 # Example for HA with two clusters and one server: # ServerActive=zabbix.cluster.node1;zabbix.cluster.node2:20051,zabbix.cluster2.node1;zabbix.cluster2.node2,zabbix.domain # # Mandatory: no # Default: # ServerActive=
Regarding a comma separator, it should additionally give a hint to not put multiple proxies or servers (from the same instance) in the field as it will cause the agent auto registration to not work properly.