Commit 5f4d3ff5 authored by Richard Hartmann's avatar Richard Hartmann Committed by GitHub

Merge pull request #812 from lmb/666-alert-self-inhibition

Document that alerts can inhibit themselves
parents bc33265c 5314b2f2
...@@ -186,6 +186,9 @@ An inhibition rule is a rule that mutes an alert matching a set of matchers ...@@ -186,6 +186,9 @@ An inhibition rule is a rule that mutes an alert matching a set of matchers
under the condition that an alert exists that matches another set of matchers. under the condition that an alert exists that matches another set of matchers.
Both alerts must have a set of equal labels. Both alerts must have a set of equal labels.
__Alerts can inhibit themselves. Avoid writing inhibition rules where
an alert matches both source and target.__
``` ```
# Matchers that have to be fulfilled in the alerts to be muted. # Matchers that have to be fulfilled in the alerts to be muted.
target_match: target_match:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment