Cosmetic changes for alerts
Change-Id: Icc4b3e3c7900a36da3217e1838599bfe8f6cfaff
Closes-bug: PROD-20466
diff --git a/haproxy/meta/prometheus.yml b/haproxy/meta/prometheus.yml
index 79f6e72..15a7580 100644
--- a/haproxy/meta/prometheus.yml
+++ b/haproxy/meta/prometheus.yml
@@ -21,7 +21,7 @@
service: haproxy
annotations:
summary: "50% of HAProxy services are down"
- description: "{{ $value }} HAProxy services within the {{ $labels.cluster }} cluster are down (at least 50%)."
+ description: "{{ $value }} HAProxy services (>= 50%) within the {{ $labels.cluster }} cluster are down."
HaproxyServiceOutage:
if: >-
count(label_replace(haproxy_up, "cluster", "$1", "host", "([^0-9]+).+") != 1) by (cluster) == count(label_replace(haproxy_up, "cluster", "$1", "host", "([^0-9]+).+")) by (cluster)
@@ -57,7 +57,7 @@
service: haproxy
annotations:
summary: "50% of {{ $labels.proxy }} back ends are down"
- description: "{{ $value }} {{ $labels.proxy }} back ends are down (at least 50%)."
+ description: "{{ $value }} {{ $labels.proxy }} back ends (>= 50%) are down."
HaproxyBackendOutage:
if: >-
max(haproxy_active_servers{sv="BACKEND"}) by (proxy)
@@ -66,7 +66,7 @@
severity: critical
service: haproxy
annotations:
- summary: "{{ $labels.proxy }} back-end outage"
+ summary: "{{ $labels.proxy }} back end outage"
summary: "All {{ $labels.proxy }} back ends are down."
{% endraw %}
{%- endif %}