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:
authorMichael Veksler <Mihails.Vekslers@zabbix.com>2020-04-24 17:54:31 +0300
committerMichael Veksler <Mihails.Vekslers@zabbix.com>2020-04-24 17:54:31 +0300
commit13d6384f6e269c0eb4f8a5e69b0c70748c7256d9 (patch)
tree17bb192580fe74c5d20678c7c64ee771f4094786 /include/zbxjson.h
parent2c35eafa0fb9b665a2c4388682f772e7865fb38e (diff)
parent2822442e1ed02b612694e8a06072be6f39731a3c (diff)
.......... [ZBXNEXT-1891] updated to the latest master
Diffstat (limited to 'include/zbxjson.h')
-rw-r--r--include/zbxjson.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/zbxjson.h b/include/zbxjson.h
index 5cb497fc4aa..f1845f0a070 100644
--- a/include/zbxjson.h
+++ b/include/zbxjson.h
@@ -172,6 +172,8 @@
#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_TAG_EXPRESSIONS "expressions"
+#define ZBX_PROTO_TAG_EXPRESSION "expression"
#define ZBX_PROTO_VALUE_FAILED "failed"
#define ZBX_PROTO_VALUE_SUCCESS "success"
@@ -202,6 +204,7 @@
#define ZBX_PROTO_VALUE_ZABBIX_ALERT_SEND "alert.send"
#define ZBX_PROTO_VALUE_ZABBIX_ITEM_TEST "item.test"
#define ZBX_PROTO_VALUE_PREPROCESSING_TEST "preprocessing.test"
+#define ZBX_PROTO_VALUE_EXPRESSIONS_EVALUATE "expressions.evaluate"
typedef enum
{