Hi
i installed HA zabbix with 2 nodes.
Rocky 8 Linux
zabbix 6.0.21
postgresql 15 (with timescaledb)
My first question is, should I add zabbix nodes as separate hosts or use the single host “Zabbix server” and add both agent interfaces to this host ?
Also for the zabbix agent conf, should I add like this ?
Server=node1-ip,node2-ip
ServerActive=node1-ip;node2-ip
So ServerActive is with semicolon instead if comma, correct?
I am asking since, I am having difficulties understanding this statement
To enable active checks, the node names must be listed in the ServerActive parameter. Note that for active checks the nodes must be separated by a comma from any other servers, while the nodes themselves must be separated by a semicolon, e.g.:
Regards
Raul
i installed HA zabbix with 2 nodes.
Rocky 8 Linux
zabbix 6.0.21
postgresql 15 (with timescaledb)
My first question is, should I add zabbix nodes as separate hosts or use the single host “Zabbix server” and add both agent interfaces to this host ?
Also for the zabbix agent conf, should I add like this ?
Server=node1-ip,node2-ip
ServerActive=node1-ip;node2-ip
So ServerActive is with semicolon instead if comma, correct?
I am asking since, I am having difficulties understanding this statement
To enable active checks, the node names must be listed in the ServerActive parameter. Note that for active checks the nodes must be separated by a comma from any other servers, while the nodes themselves must be separated by a semicolon, e.g.:
Regards
Raul