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-12-15 17:13:03 +0300
committerAndris Zeila <andris.zeila@zabbix.com>2021-12-15 17:13:03 +0300
commit0ed802a001cc7eae786ec72288a64a7ee3ed4afd (patch)
treeb965a74f3435941ec37e24ab6ea0bad6f1d11d8f /include/zbxjson.h
parent494b200d053820d0fc211c9207f9c90194913315 (diff)
.......PS. [ZBXNEXT-7109] changed proxy runtime control options to communicate through socket
Diffstat (limited to 'include/zbxjson.h')
-rw-r--r--include/zbxjson.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/zbxjson.h b/include/zbxjson.h
index 7f3790afa71..e0d27e63580 100644
--- a/include/zbxjson.h
+++ b/include/zbxjson.h
@@ -180,6 +180,12 @@
#define ZBX_PROTO_TAG_LASTACCESS "lastaccess"
#define ZBX_PROTO_TAG_LASTACCESS_AGE "lastaccess_age"
#define ZBX_PROTO_TAG_DB_TIMESTAMP "db_timestamp"
+#define ZBX_PROTO_TAG_NODE "node"
+#define ZBX_PROTO_TAG_FAILOVER_DELAY "failover_delay"
+#define ZBX_PROTO_TAG_SECTION "section"
+#define ZBX_PROTO_TAG_PID "pid"
+#define ZBX_PROTO_TAG_PROCESS_NAME "process_name"
+#define ZBX_PROTO_TAG_PROCESS_NUM "process_num"
#define ZBX_PROTO_VALUE_FAILED "failed"
#define ZBX_PROTO_VALUE_SUCCESS "success"