add doc for AlertmanagerConfigInconsistent

This commit is contained in:
Tigran Tch
2021-11-12 12:08:47 +01:00
parent 6dd0987395
commit 2f88d7d329

View File

@@ -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.