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>2021-05-07 09:18:06 +0300
committerMichael Veksler <Mihails.Vekslers@zabbix.com>2021-05-07 09:21:11 +0300
commitf9b34c32c38493307a3b2ebc73a4130223be96b5 (patch)
tree76de0c86909a3032350cd2c49c4bb13e3f6d98ae /include/zbxjson.h
parentd93a79e230e2b7e468e4d2d6dc2da76bf9b2b61f (diff)
........S. [ZBXNEXT-4910] added severity in problem real-time export protocol
* commit '1390bf150d86cea1f065030b312d0116e7778b2a': ........S. [ZBXNEXT-4910] added severity in problem real-time export protocol (cherry picked from commit a1cee382de0d41ac32c1e32e4fdba3e57ea428a4) (cherry picked from commit 09b36c85f36cc209083f7ef4b6c147cf2ea6dad4)
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 1a3971e02be..3034bacb3b7 100644
--- a/include/zbxjson.h
+++ b/include/zbxjson.h
@@ -80,6 +80,7 @@
#define ZBX_PROTO_TAG_JMX_ENDPOINT "jmx_endpoint"
#define ZBX_PROTO_TAG_EVENTID "eventid"
#define ZBX_PROTO_TAG_NAME "name"
+#define ZBX_PROTO_TAG_SEVERITY "severity"
#define ZBX_PROTO_TAG_HOSTS "hosts"
#define ZBX_PROTO_TAG_GROUPS "groups"
#define ZBX_PROTO_TAG_TAGS "tags"