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:
authorArtjoms Rimdjonoks <artjoms.rimdjonoks@zabbix.com>2021-03-09 16:21:54 +0300
committerArtjoms Rimdjonoks <artjoms.rimdjonoks@zabbix.com>2021-03-09 16:21:54 +0300
commit51cc886a0a1334816d09194e68b0e4513ee33bd9 (patch)
tree1ea196398e7221a7ca7c4b55d87c70fb733ca1ef /include/zbxjson.h
parent8d43fade0e27ee806e9e7435d8a03afb87d751bd (diff)
parenta9130851fdce76b116389ebc102ffc4db02342b8 (diff)
........S. [DEV-1836] updated to the master
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 3d06b0e0670..9bee550dd8d 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_VALUE_FAILED "failed"
#define ZBX_PROTO_VALUE_SUCCESS "success"
@@ -198,6 +199,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"
+
typedef enum
{
ZBX_JSON_TYPE_UNKNOWN = 0,