Skip to content

Commit 595f104

Browse files
Removed OC HAProxy alert and fixed description
1 parent 1bdc0cc commit 595f104

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

resources/openshift-haproxy-router/alerts.yaml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,6 @@ configurations:
2020
severity: critical
2121
annotations:
2222
description: Router HAProxy down. No instances running.
23-
- alert: '[OpenShift-HAProxy-Router] Percentage of routers low'
24-
expr: |
25-
count (haproxy_process_start_time_seconds)/sum (kube_workload_status_desired) < 0.75
26-
for: 10m
27-
labels:
28-
severity: critical
29-
annotations:
30-
description: Less than 75% Routers are up
3123
- alert: '[OpenShift-HAProxy-Router] Route Down'
3224
expr: |
3325
sum by (namespace,route)(haproxy_server_up) < 1
@@ -67,7 +59,7 @@ configurations:
6759
labels:
6860
severity: critical
6961
annotations:
70-
description: This alert triggers when there is a high error rate in a route.
62+
description: This alert triggers when the error rate in a route is higher than 15%.
7163
- alert: '[OpenShift-HAProxy-Router] Connection errors in route'
7264
expr: |
7365
sum by (namespace,route)(rate(haproxy_server_connection_errors_total{route!=""}[5m])) > 0

0 commit comments

Comments
 (0)