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:
authorAleksejs Sestakovs <aleksejs.sestakovs@zabbix.com>2020-03-20 09:38:43 +0300
committerAleksejs Sestakovs <aleksejs.sestakovs@zabbix.com>2020-03-20 09:38:43 +0300
commit0ba7c647d9e6c5133921452c6a8313b67db49aa7 (patch)
tree25960cb0a389462d5fc27e71e55b91d6531fb37f /include/zbxjson.h
parent7c4a570ceab34daf6b5082606aa35eb0939f6614 (diff)
.......PS. [ZBXNEXT-1891] added 'delay' parameter to proxy internal check; added 'strict' parameter to nodata trigger function
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 7612dcffe72..c39364fa865 100644
--- a/include/zbxjson.h
+++ b/include/zbxjson.h
@@ -169,6 +169,7 @@
#define ZBX_PROTO_TAG_IPMI_PASSWORD "ipmi_password"
#define ZBX_PROTO_TAG_JMX_AVAILABLE "jmx_available"
#define ZBX_PROTO_TAG_DATA_TYPE "datatype"
+#define ZBX_PROTO_TAG_PROXY_DELAY "proxy_delay"
#define ZBX_PROTO_VALUE_FAILED "failed"
#define ZBX_PROTO_VALUE_SUCCESS "success"