This is a translation of the original English documentation page. Help us make it better.

> High availability node object

以下のオブジェクトは、Zabbix server の HA (高可用性)クラスタの運用に関連するものです。

High availability node

ノードは Zabbix server によって作成され、API から変更することはできません。

High availability node object は、以下のプロパティを持ちます。

プロパティ Type 説明
ha_nodeid string ID of the node.
name string Name assigned to the node, using the HANodeName configuration entry of zabbix_server.conf. Empty for a server running in standalone mode.
address string IP or DNS name where the node connects from.
port integer Port on which the node is running.
lastaccess integer Heartbeat time, t.i. time of last update from the node. UTC timestamp.
status integer State of the node.

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