From f6f31eba186e4eb48b1caf9ce52c64956200e2d3 Mon Sep 17 00:00:00 2001 From: Tigran Tch Date: Thu, 11 Nov 2021 14:28:45 +0100 Subject: [PATCH] add doc for AlertmanagerClusterFailedToSendAlerts --- .../AlertmanagerClusterFailedToSendAlerts.md | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 content/runbooks/alertmanager/AlertmanagerClusterFailedToSendAlerts.md diff --git a/content/runbooks/alertmanager/AlertmanagerClusterFailedToSendAlerts.md b/content/runbooks/alertmanager/AlertmanagerClusterFailedToSendAlerts.md new file mode 100644 index 0000000..f70b63a --- /dev/null +++ b/content/runbooks/alertmanager/AlertmanagerClusterFailedToSendAlerts.md @@ -0,0 +1,22 @@ +--- +title: Alertmanager Cluster Failed To Send Alerts +weight: 20 +--- + +# Alertmanager Cluster Failed To Send Alerts + +## Meaning + +All instances failed to send notification to a critical integration. + +## Impact + +You will not receive notification when an alert is raised. + +## Diagnosis + +No alerts are received at the integration level from the cluster. + +## Mitigation + +Depending on the integration, correct the integration with the faulty instance (network, authorization token, firewall...) \ No newline at end of file