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-02-23 17:14:30 +0300
committerAndris Zeila <andris.zeila@zabbix.com>2021-02-23 17:16:32 +0300
commit71937abc740d796a052f0a41db9365a0ed250670 (patch)
treebb0a9711c538622049de6b236724caec1f8bc7f2 /include/zbxjson.h
parentb6cf37cf179bdd678a876e11f5bb2827e3341c47 (diff)
........S. [ZBXNEXT-6478] added frontend report test request parsing and forwarding to report manager
Diffstat (limited to 'include/zbxjson.h')
-rw-r--r--include/zbxjson.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/zbxjson.h b/include/zbxjson.h
index 82fe4329bab..71075724125 100644
--- a/include/zbxjson.h
+++ b/include/zbxjson.h
@@ -166,6 +166,8 @@
#define ZBX_PROTO_TAG_EXPRESSIONS "expressions"
#define ZBX_PROTO_TAG_EXPRESSION "expression"
#define ZBX_PROTO_TAG_CLIENTIP "clientip"
+#define ZBX_PROTO_TAG_DASHBOARDID "dashboardid"
+#define ZBX_PROTO_TAG_USERID "userid"
#define ZBX_PROTO_VALUE_FAILED "failed"
#define ZBX_PROTO_VALUE_SUCCESS "success"