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-06 22:56:02 +0300
committerAndris Zeila <andris.zeila@zabbix.com>2021-10-06 22:56:02 +0300
commitd8c3c86dd79732faf2254669fd7d6c2f63cb9cb9 (patch)
tree7e4d8c5e9f74466cdbf6c4150237c74ca823a3ea /include/zbxjson.h
parent3e63c8a60dec05d67f5379e80c43592d3dbec86e (diff)
........S. [ZBXNEXT-6923] added cluster status reporting
Diffstat (limited to 'include/zbxjson.h')
-rw-r--r--include/zbxjson.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/zbxjson.h b/include/zbxjson.h
index ac9dfcff388..cb8fa897fc5 100644
--- a/include/zbxjson.h
+++ b/include/zbxjson.h
@@ -177,6 +177,7 @@
#define ZBX_PROTO_TAG_DETAIL "detail"
#define ZBX_PROTO_TAG_RECIPIENT "recipient"
#define ZBX_PROTO_TAG_RECIPIENTS "recipients"
+#define ZBX_PROTO_TAG_LASTACCESS "lastaccess"
#define ZBX_PROTO_VALUE_FAILED "failed"
#define ZBX_PROTO_VALUE_SUCCESS "success"