From a25b3afd4ad1189b4bb7dbf1ac0bb05afc2e7a11 Mon Sep 17 00:00:00 2001 From: Tigran Tch Date: Thu, 11 Nov 2021 13:58:40 +0100 Subject: [PATCH] add doc to AlertmanagerFailedToSendAlerts --- .../AlertmanagerFailedToSendAlerts.md | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 content/runbooks/alertmanager/AlertmanagerFailedToSendAlerts.md diff --git a/content/runbooks/alertmanager/AlertmanagerFailedToSendAlerts.md b/content/runbooks/alertmanager/AlertmanagerFailedToSendAlerts.md new file mode 100644 index 0000000..f64cf65 --- /dev/null +++ b/content/runbooks/alertmanager/AlertmanagerFailedToSendAlerts.md @@ -0,0 +1,21 @@ +--- +title: Alertmanager Failed To Send Alerts weight: 20 +--- + +# AlertmanagerFailedToSendAlerts + +## Meaning + +At least one instance is unable to routed alert to the corresponding integration. + +## Impact + +No impact since another instance will be able to send the notification. + +## Diagnosis + +Verify that alerts send by each instance have equivalent alert distribution per integration. + +## Mitigation + +Depending on the integration, correct the integration with the faulty instance (network, authorization token, firewall...)