From 78baa96a52b98fb144652ae0bf26132c742b3d04 Mon Sep 17 00:00:00 2001 From: Andris Zeila Date: Thu, 8 Apr 2021 15:50:42 +0300 Subject: ........S. [ZBXNEXT-6478] added {TIME} macro support in report subject/body --- include/zbxserver.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/zbxserver.h') 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 -- cgit v1.2.3