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:
authorAndris Zeila <andris.zeila@zabbix.com>2021-04-08 15:50:42 +0300
committerAndris Zeila <andris.zeila@zabbix.com>2021-04-08 15:51:05 +0300
commit78baa96a52b98fb144652ae0bf26132c742b3d04 (patch)
tree8e67b4aa7c6e5f3787973ac834bd5e3910ec3395 /include/zbxserver.h
parent602d3e13bd45159c53abea4d8ca59db7d4a8e321 (diff)
........S. [ZBXNEXT-6478] added {TIME} macro support in report subject/body
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 4db94678138..dd8ae3f6503 100644
--- a/include/zbxserver.h
+++ b/include/zbxserver.h
@@ -53,6 +53,7 @@
#define MACRO_TYPE_SCRIPT_PARAMS_FIELD 0x08000000
#define MACRO_TYPE_SCRIPT_NORMAL 0x10000000
#define MACRO_TYPE_SCRIPT_RECOVERY 0x20000000
+#define MACRO_TYPE_REPORT 0x40000000
#define MACRO_EXPAND_NO 0
#define MACRO_EXPAND_YES 1