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:
authorAndrejs Verza <andrejs.verza@zabbix.com>2021-09-02 16:17:20 +0300
committerAndrejs Verza <andrejs.verza@zabbix.com>2021-09-02 16:17:20 +0300
commit08332a2d2f5927cfe5aa700d0cc24d4aa8b4cf4e (patch)
tree3539f3f79f9c15b9c71a131d65c617e2819c5d90 /include/common.h
parent337cb45473ec8fdf4e294ae37882fb2431c4ed4f (diff)
parentbbf4fcd855cafbcf358e64ee039f559a2544b29e (diff)
.......... [ZBXNEXT-6787] updated to the latest master branch (conflicts solved)
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/common.h b/include/common.h
index fa7de039e24..9659c81c94b 100644
--- a/include/common.h
+++ b/include/common.h
@@ -746,9 +746,9 @@ const char *zbx_item_logtype_string(unsigned char logtype);
#define ZBX_OPERATION_MODE_UPDATE 2
/* algorithms for service status calculation */
-#define SERVICE_ALGORITHM_NONE 0
-#define SERVICE_ALGORITHM_MAX 1
-#define SERVICE_ALGORITHM_MIN 2
+#define ZBX_SERVICE_STATUS_CALC_SET_OK 0
+#define ZBX_SERVICE_STATUS_CALC_MOST_CRITICAL_ALL 1
+#define ZBX_SERVICE_STATUS_CALC_MOST_CRITICAL_ONE 2
/* HTTP item types */
#define ZBX_HTTPITEM_TYPE_RSPCODE 0