Skip to content

Commit 7d6fb98

Browse files
authored
Merge pull request #459 from stackhpc/update/ha-proxy-rules
Update HAProxy alerting rules
2 parents f2f389f + 204610f commit 7d6fb98

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)