Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndris Zeila <andris.zeila@zabbix.com>2021-10-07 21:25:41 +0300
committerAndris Zeila <andris.zeila@zabbix.com>2021-10-07 21:26:59 +0300
commit79fd3fa39b69f2fa55868bf745416e321dc461c5 (patch)
tree54609612bbb4274fda2ea0f05b1494fe325a3d70 /include/common.h
parented1da3e28ba419315b1a8a483d51427ab914aca5 (diff)
........S. [ZBXNEXT-6923] added ha_failover_delay runtime command
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/common.h b/include/common.h
index e7439329eb1..fbfc78fa662 100644
--- a/include/common.h
+++ b/include/common.h
@@ -450,6 +450,7 @@ zbx_graph_yaxis_types_t;
#define ZBX_TRIGGER_HOUSEKEEPER_EXECUTE "trigger_housekeeper_execute"
#define ZBX_HA_STATUS "ha_status"
#define ZBX_HA_REMOVE_NODE "ha_remove_node"
+#define ZBX_HA_FAILOVER_DELAY "ha_failover_delay"
/* value for not supported items */
#define ZBX_NOTSUPPORTED "ZBX_NOTSUPPORTED"
@@ -979,6 +980,7 @@ zbx_task_t;
#define ZBX_RTC_TRIGGER_HOUSEKEEPER_EXECUTE 13
#define ZBX_RTC_HA_STATUS 14
#define ZBX_RTC_HA_REMOVE_NODE 15
+#define ZBX_RTC_HA_FAILOVER_DELAY 16
typedef enum
{