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:
authorArtjoms Rimdjonoks <artjoms.rimdjonoks@zabbix.com>2021-12-29 16:50:59 +0300
committerArtjoms Rimdjonoks <artjoms.rimdjonoks@zabbix.com>2021-12-29 16:50:59 +0300
commit791e479655f10cc9518d80f7280a6c8560df4977 (patch)
tree1ea46846e5348904531eb7c412a1a53b7f525d4c /include/zbxeval.h
parent9e46817c475a09929f805ca71c9e7260f33f52e6 (diff)
parenta7bbd85461d83ef53230fea06e98c0c4f6e0d4d9 (diff)
........S. [ZBXNEXT-3140] added {ITEM.STATE.ERROR},{LLDRULE.STATE.ERROR},{TRIGGER.STATE.ERROR} macros to indicate error messages in internal monitoring alerts
Diffstat (limited to 'include/zbxeval.h')
-rw-r--r--include/zbxeval.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/zbxeval.h b/include/zbxeval.h
index 4e7db6f04c7..05a0bc36287 100644
--- a/include/zbxeval.h
+++ b/include/zbxeval.h
@@ -234,7 +234,7 @@ void zbx_eval_set_exception(zbx_eval_context_t *ctx, char *message);
#define ZBX_EVAL_EXTRACT_VAR_STR 0x0002
#define ZBX_EVAL_EXTRACT_VAR_MACRO 0x0004
-#define ZBX_EVAL_EXCTRACT_ALL (ZBX_EVAL_EXTRACT_FUNCTIONID | ZBX_EVAL_EXTRACT_VAR_STR | ZBX_EVAL_EXTRACT_VAR_MACRO)
+#define ZBX_EVAL_EXTRACT_ALL (ZBX_EVAL_EXTRACT_FUNCTIONID | ZBX_EVAL_EXTRACT_VAR_STR | ZBX_EVAL_EXTRACT_VAR_MACRO)
zbx_eval_context_t *zbx_eval_deserialize_dyn(const unsigned char *data, const char *expression,
zbx_uint64_t mask);