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>2020-03-12 12:49:46 +0300
committerArtjoms Rimdjonoks <artjoms.rimdjonoks@zabbix.com>2020-03-12 12:49:46 +0300
commit0e1a1aba4a7d2e2a3fe53935f7f27d88c87b0d3b (patch)
tree268bb718de5564b2ae29e4e988a6e400cd3211c7 /include/zbxjson.h
parent7ff36dd26d5cc7bf2ef5f45a280122eaac344272 (diff)
........S. [ZBXNEXT-702] adding support for the trapper protocol, initial commit
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 7612dcffe72..7c3239eb317 100644
--- a/include/zbxjson.h
+++ b/include/zbxjson.h
@@ -169,6 +169,8 @@
#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_EXPRESSIONS "expressions"
+#define ZBX_PROTO_TAG_EXPRESSION "expression"
#define ZBX_PROTO_VALUE_FAILED "failed"
#define ZBX_PROTO_VALUE_SUCCESS "success"
@@ -199,6 +201,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
{