From 2f88d7d32980686f7aed12a188dfe7e2bf7ebe93 Mon Sep 17 00:00:00 2001 From: Tigran Tch Date: Fri, 12 Nov 2021 12:08:47 +0100 Subject: [PATCH] add doc for AlertmanagerConfigInconsistent --- .../AlertmanagerConfigInconsistent.md | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 content/runbooks/alertmanager/AlertmanagerConfigInconsistent.md diff --git a/content/runbooks/alertmanager/AlertmanagerConfigInconsistent.md b/content/runbooks/alertmanager/AlertmanagerConfigInconsistent.md new file mode 100644 index 0000000..ce9cf86 --- /dev/null +++ b/content/runbooks/alertmanager/AlertmanagerConfigInconsistent.md @@ -0,0 +1,24 @@ +--- +title: Alertmanager ConfigInconsistent +weight: 20 +--- + +# Alertmanager Config Inconsistent + +## Meaning + +The configuration between instances inside a cluster is inconsistent. + +## Impact + +Configuration inconsistency can be multiple and impact is hard to predict. +Nevertheless, most of the case the alert might be lost or routed to the incorrect integration. + +## Diagnosis + +Run a `diff` tool between all `alertmanager.yml` that are deployed to find what is wrong. +You could run a job within your CI to avoid this issue in the future. + +## Mitigation + +Delete the incorrect secret and deploy the correct one.