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:
authorSergey Simonenko <sergey.simonenko@zabbix.com>2021-11-22 11:22:05 +0300
committerSergey Simonenko <sergey.simonenko@zabbix.com>2021-11-22 11:22:05 +0300
commita5356404dbc737f69146660360d7337fd55f0dee (patch)
treefaccf6ea95e6930badc736092ae0e6911a0633f8 /include/common.h
parentfbf035f0b43ad21fa118cd890de957639114f58a (diff)
........S. [ZBXNEXT-6250] initial commit
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/common.h b/include/common.h
index b22edca36e7..d17246049e4 100644
--- a/include/common.h
+++ b/include/common.h
@@ -721,6 +721,10 @@ const char *zbx_item_logtype_string(unsigned char logtype);
#define ACTION_PAUSE_SUPPRESSED_FALSE 0 /* process escalation for suppressed events */
#define ACTION_PAUSE_SUPPRESSED_TRUE 1 /* pause escalation for suppressed events */
+/* action escalation canceled notification mode */
+#define ACTION_NOTIFY_CANCELED_TRUE 1 /* notify about canceled escalations for action (default) */
+#define ACTION_NOTIFY_CANCELED_FALSE 0 /* do not notify about canceled escalations for action */
+
/* max number of retries for alerts */
#define ALERT_MAX_RETRIES 3