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 Mednis <Andris.Mednis@zabbix.com>2021-02-08 14:04:16 +0300
committerAndris Mednis <Andris.Mednis@zabbix.com>2021-02-08 14:04:16 +0300
commit1a1a25a0609998f38586fcbd7eaa70722e519a99 (patch)
treec4c14bf942eb3f1e3661201e89ad23a5bc41aa67 /include/zbxserver.h
parent98b3a064d5da862dd9ecb0f21f370ae2607049b8 (diff)
........S. [ZBXNEXT-6368] added new macro types and HOST.TARGET.* macros substitution
Diffstat (limited to 'include/zbxserver.h')
-rw-r--r--include/zbxserver.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/zbxserver.h b/include/zbxserver.h
index cac8541f6f8..4db94678138 100644
--- a/include/zbxserver.h
+++ b/include/zbxserver.h
@@ -51,6 +51,8 @@
#define MACRO_TYPE_EVENT_NAME 0x02000000 /* event name in trigger configuration */
#define MACRO_TYPE_EXPRESSION 0x04000000 /* macros in expression macro */
#define MACRO_TYPE_SCRIPT_PARAMS_FIELD 0x08000000
+#define MACRO_TYPE_SCRIPT_NORMAL 0x10000000
+#define MACRO_TYPE_SCRIPT_RECOVERY 0x20000000
#define MACRO_EXPAND_NO 0
#define MACRO_EXPAND_YES 1