Skip to content

Commit 204610f

Browse files
committed
Update HAProxy alerting rules
HAProxy alerting rules have been updated to use the server name that is down, rather than the name of the instance that reported the down server
1 parent 076407e commit 204610f

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

etc/kayobe/kolla/config/prometheus/haproxy.rules

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ groups:
3030
labels:
3131
severity: critical
3232
annotations:
33-
summary: "HAProxy server down (instance {{ $labels.instance }})"
34-
description: "HAProxy server is down"
33+
summary: "HAProxy server down at {{ $labels.server }}"
34+
description: "HAProxy server for {{ $labels.backend }} is down at {{ $labels.server }}"
3535

3636
{% endraw %}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
fixes:
3+
- |
4+
HAProxy alerting rules have been updated to use the server name that is
5+
down, rather than the name of the instance that reported the down server.

0 commit comments

Comments
 (0)