mirror of
https://github.com/prometheus-operator/runbooks.git
synced 2026-05-06 07:16:33 +00:00
add doc for AlertmanagerConfigInconsistent
This commit is contained in:
@@ -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.
|
||||
Reference in New Issue
Block a user