From 197bfb37953edb59b31c27a54384e78ad55e0274 Mon Sep 17 00:00:00 2001 From: Amnon Heiman Date: Mon, 6 Nov 2023 11:27:32 +0200 Subject: [PATCH] Update docs/source/procedures/alerts/alerting.rst Co-authored-by: Tzach Livyatan --- docs/source/procedures/alerts/alerting.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/procedures/alerts/alerting.rst b/docs/source/procedures/alerts/alerting.rst index 871079209..18771090e 100644 --- a/docs/source/procedures/alerts/alerting.rst +++ b/docs/source/procedures/alerts/alerting.rst @@ -54,7 +54,7 @@ Alerts severity Prometheus uses the following severities from low to high: **info**, **warn**, **error**, **critical**. -The Alertmanager inhibition rule (see the Alertmanager section) make +The Alertmanager inhibition rule (see the Alertmanager section) makes sure that an alert with higher priority will mute lower priority rule. For example, out-of-disk space alerts have different thresholds, this way when the **error** alert for disk-full is firing, it silences the **warn** alert.