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-03-09 14:22:15 +0300
committerAndris Zeila <andris.zeila@zabbix.com>2021-03-09 14:22:15 +0300
commite85a6382c20424c2bc30f7fa35ab1303f9f869c3 (patch)
treeb269a808a2ba2a43086ee8eed70add773df25340 /include/zbxjson.h
parentd1f24887c791fa3a39e0e868faeb365b84773034 (diff)
parent07f0a480c594dd3f7654028c450e354e5a4b9796 (diff)
.......... [ZBXNEXT-6478] merged branch 'master' of ssh://git.zabbix.lan:7999/zbx/zabbix into feature/ZBXNEXT-6478-5.3
Diffstat (limited to 'include/zbxjson.h')
-rw-r--r--include/zbxjson.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/zbxjson.h b/include/zbxjson.h
index 74f08e7a49b..bdb57c0e132 100644
--- a/include/zbxjson.h
+++ b/include/zbxjson.h
@@ -166,6 +166,7 @@
#define ZBX_PROTO_TAG_EXPRESSIONS "expressions"
#define ZBX_PROTO_TAG_EXPRESSION "expression"
#define ZBX_PROTO_TAG_CLIENTIP "clientip"
+#define ZBX_PROTO_TAG_PROXY_UPLOAD "upload"
#define ZBX_PROTO_TAG_DASHBOARDID "dashboardid"
#define ZBX_PROTO_TAG_USERID "userid"
#define ZBX_PROTO_TAG_PERIOD "period"
@@ -205,6 +206,9 @@
#define ZBX_PROTO_VALUE_PREPROCESSING_TEST "preprocessing.test"
#define ZBX_PROTO_VALUE_EXPRESSIONS_EVALUATE "expressions.evaluate"
+#define ZBX_PROTO_VALUE_PROXY_UPLOAD_ENABLED "enabled"
+#define ZBX_PROTO_VALUE_PROXY_UPLOAD_DISABLED "disabled"
+
#define ZBX_PROTO_VALUE_REPORT_TEST "report.test"
typedef enum