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:
authorAndrejs Sitals <andrejs.sitals@zabbix.com>2020-09-15 12:54:07 +0300
committerAndrejs Sitals <andrejs.sitals@zabbix.com>2020-09-15 12:54:07 +0300
commit97a4c01138baf783c6d65df300a0f6dc4cad4cef (patch)
tree1bcc623aec21eb9b1f746ab0f342df13d8598848 /include/zbxserver.h
parentd44b6c793f2f7dad713b8a66f4af7d63a2fb00b8 (diff)
........S. [ZBXNEXT-6186] added support of expression macros in event names in trigger configuration (asitals)
Diffstat (limited to 'include/zbxserver.h')
-rw-r--r--include/zbxserver.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/zbxserver.h b/include/zbxserver.h
index d6de7772675..b144f357c33 100644
--- a/include/zbxserver.h
+++ b/include/zbxserver.h
@@ -48,6 +48,7 @@
#define MACRO_TYPE_HTTP_XML 0x00400000
#define MACRO_TYPE_ALLOWED_HOSTS 0x00800000
#define MACRO_TYPE_ITEM_TAG 0x01000000
+#define MACRO_TYPE_EVENT_NAME 0x02000000 /* event name in trigger configuration */
#define MACRO_EXPAND_NO 0
#define MACRO_EXPAND_YES 1