Cosmetic changes for alerts
Change-Id: I392c3032a4fbceb47d32a642c96293cdfe1506d5
Closes-bug: PROD-20466
diff --git a/keepalived/meta/prometheus.yml b/keepalived/meta/prometheus.yml
index daf4dea..505b3f3 100644
--- a/keepalived/meta/prometheus.yml
+++ b/keepalived/meta/prometheus.yml
@@ -10,8 +10,8 @@
severity: major
service: keepalived
annotations:
- summary: 'Keepalived process is down'
- description: 'The Keepalived process is down on node {{ $labels.host }}.'
+ summary: "Keepalived process is down"
+ description: "The Keepalived process on the {{ $labels.host }} node is down."
{% endraw %}
KeepalivedFailedState:
if: >-
@@ -21,8 +21,8 @@
severity: minor
service: keepalived
annotations:
- summary: 'Keepalived entered the FAILED state'
- description: 'Keepalived is in the FAILED state on node {{ $labels.host }}.'
+ summary: "Keepalived state is FAILED"
+ description: "Keepalived is in the FAILED state on the {{ $labels.host }} node."
{% endraw %}
KeepalivedMultipleIPAddr:
if: >-
@@ -33,8 +33,8 @@
severity: major
service: keepalived
annotations:
- summary: 'Single IP is assigned more than once'
- description: 'The IP: {{ $labels.ip }} is assigned more than once.'
+ summary: "Keepalived VIP is assigned more than once"
+ description: "The Keepalived {{ $labels.ip }} virtual IP is assigned more than once."
{% endraw %}
KeepalivedServiceOutage:
if: >-
@@ -44,7 +44,7 @@
severity: critical
service: keepalived
annotations:
- summary: 'Keepalived cluster service outage'
- description: 'All keepalived processes within cluster {{ $labels.cluster }} are down. The Keepalived service is not available.'
+ summary: "Keepalived service outage"
+ description: "All Keepalived processes within the {{ $labels.cluster }} cluster are down."
{% endraw %}
{%- endif %}