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:
authorVladislavs Sokurenko <vladislavs.sokurenko@zabbix.com>2021-07-07 16:12:51 +0300
committerVladislavs Sokurenko <vladislavs.sokurenko@zabbix.com>2021-07-07 16:12:51 +0300
commit3996caad6548e96357463049f95898456ed08ad7 (patch)
treead5377b27558bc2454e7d1028405ae15c394b7b7 /include
parentf29f1140c544727fa6c8a45a457da7af8478f27d (diff)
........S. [ZBXNEXT-6755] added support of escalation update operations
Diffstat (limited to 'include')
-rw-r--r--include/common.h4
-rw-r--r--include/zbxserver.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/include/common.h b/include/common.h
index c9da439b972..193b00aa2c8 100644
--- a/include/common.h
+++ b/include/common.h
@@ -732,12 +732,12 @@ const char *zbx_item_logtype_string(unsigned char logtype);
#define OPERATION_TYPE_HOST_DISABLE 9
#define OPERATION_TYPE_HOST_INVENTORY 10
#define OPERATION_TYPE_RECOVERY_MESSAGE 11
-#define OPERATION_TYPE_ACK_MESSAGE 12
+#define OPERATION_TYPE_UPDATE_MESSAGE 12
/* normal and recovery operations */
#define ZBX_OPERATION_MODE_NORMAL 0
#define ZBX_OPERATION_MODE_RECOVERY 1
-#define ZBX_OPERATION_MODE_ACK 2
+#define ZBX_OPERATION_MODE_UPDATE 2
/* algorithms for service status calculation */
#define SERVICE_ALGORITHM_NONE 0
diff --git a/include/zbxserver.h b/include/zbxserver.h
index f41f19121f5..12190cf57ff 100644
--- a/include/zbxserver.h
+++ b/include/zbxserver.h
@@ -44,7 +44,7 @@
#define MACRO_TYPE_ALERT 0x00010000
#define MACRO_TYPE_TRIGGER_TAG 0x00020000
#define MACRO_TYPE_JMX_ENDPOINT 0x00040000
-#define MACRO_TYPE_MESSAGE_ACK 0x00080000
+#define MACRO_TYPE_MESSAGE_UPDATE 0x00080000
#define MACRO_TYPE_HTTP_RAW 0x00100000
#define MACRO_TYPE_HTTP_JSON 0x00200000
#define MACRO_TYPE_HTTP_XML 0x00400000