You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
summary: An Alertmanager instance failed to send notifications.
54
49
expr: |
@@ -63,12 +58,9 @@ spec:
63
58
severity: warning
64
59
- alert: AlertmanagerClusterFailedToSendAlerts
65
60
annotations:
66
-
description: The minimum notification failure rate to {{ $labels.integration
67
-
}} sent from any instance in the {{$labels.job}} cluster is {{ $value |
68
-
humanizePercentage }}.
61
+
description: The minimum notification failure rate to {{ $labels.integration }} sent from any instance in the {{$labels.job}} cluster is {{ $value | humanizePercentage }}.
description: The minimum notification failure rate to {{ $labels.integration
85
-
}} sent from any instance in the {{$labels.job}} cluster is {{ $value |
86
-
humanizePercentage }}.
76
+
description: The minimum notification failure rate to {{ $labels.integration }} sent from any instance in the {{$labels.job}} cluster is {{ $value | humanizePercentage }}.
summary: Alertmanager instances within the same cluster have different configurations.
106
94
expr: |
@@ -113,12 +101,9 @@ spec:
113
101
severity: critical
114
102
- alert: AlertmanagerClusterDown
115
103
annotations:
116
-
description: '{{ $value | humanizePercentage }} of Alertmanager instances
117
-
within the {{$labels.job}} cluster have been up for less than half of the
118
-
last 5m.'
104
+
description: '{{ $value | humanizePercentage }} of Alertmanager instances within the {{$labels.job}} cluster have been up for less than half of the last 5m.'
summary: Half or more of the Alertmanager instances within the same cluster
121
-
are down.
106
+
summary: Half or more of the Alertmanager instances within the same cluster are down.
122
107
expr: |
123
108
(
124
109
count by (namespace,service) (
@@ -135,12 +120,9 @@ spec:
135
120
severity: critical
136
121
- alert: AlertmanagerClusterCrashlooping
137
122
annotations:
138
-
description: '{{ $value | humanizePercentage }} of Alertmanager instances
139
-
within the {{$labels.job}} cluster have restarted at least 5 times in the
140
-
last 10m.'
123
+
description: '{{ $value | humanizePercentage }} of Alertmanager instances within the {{$labels.job}} cluster have restarted at least 5 times in the last 10m.'
0 commit comments