> High availability node object

The following object is related to operating a High availability cluster of Zabbix servers.

High availability node

Nodes are created by the Zabbix server and cannot be modified via the API.

The High availability node object has the following properties.

PropertyTypeDescription
ha_nodeidstringID of the node.
namestringName assigned to the node, using the HANodeName configuration entry of zabbix_server.conf. Empty for a server running in standalone mode.
addressstringIP or DNS name where the node connects from.
portintegerPort on which the node is running.
lastaccessintegerHeartbeat time, t.i. time of last update from the node. UTC timestamp.
statusintegerState of the node.

Possible values:
0 - standby;
1 - stopped manually;
2 - unavailable;
3 - active.