Cosmetic changes for alerts
Change-Id: I6b88578a452760817acf43b71ee6457a84cbbf09
Closes-bug: PROD-20466
diff --git a/memcached/meta/prometheus.yml b/memcached/meta/prometheus.yml
index 65e08b2..0048ccc 100644
--- a/memcached/meta/prometheus.yml
+++ b/memcached/meta/prometheus.yml
@@ -12,7 +12,7 @@
annotations:
summary: "Memcached service is down"
description: "The Memcached service on the {{ $labels.host }} node is down."
- MemcachedRespawnMinor:
+ MemcachedServiceRespawn:
if: >-
{%- endraw %}
memcached_uptime < {{ monitoring.service_respawn_seconds_treshold }}
@@ -34,7 +34,7 @@
service: memcached
annotations:
summary: "{%- endraw %} {{ monitoring.service_conn_yield_treshold }}{%- raw %} throttled Memcached connections"
- description: "An average of {{ $value }} client connections to the Memcached service on the {{ $labels.host }} node throttle for at least 2 minutes."
+ description: "An average of {{ $value }} client connections to the Memcached database on the {{ $labels.host }} node throttle for 2 minutes."
MemcachedConnectionsNoneMinor:
if: >-
memcached_curr_connections == 0
@@ -43,7 +43,7 @@
service: memcached
annotations:
summary: "Memcached has no open connections"
- description: "The Memcached service on the {{ $labels.host }} node has no open connections."
+ description: "The Memcached database on the {{ $labels.host }} node has no open connections."
MemcachedConnectionsNoneMajor:
if: >-
count(memcached_curr_connections == 0) == count(memcached_up)
@@ -52,7 +52,7 @@
service: memcached
annotations:
summary: "Memcached has no open connections on all nodes"
- description: "The Memcached service has no open connections on all nodes."
+ description: "The Memcached database has no open connections on all nodes."
MemcachedItemsNoneMinor:
if: >-
memcached_curr_items == 0
@@ -60,8 +60,8 @@
severity: minor
service: memcached
annotations:
- summary: "Memcached is empty"
- description: "The Memcached service storage on the {{ $labels.host }} node has no entry."
+ summary: "Memcached database is empty"
+ description: "The Memcached database on the {{ $labels.host }} node is empty."
MemcachedEvictionsLimit:
{%- endraw %}
if: >-
@@ -71,7 +71,7 @@
severity: warning
service: memcached
annotations:
- summary: "{%- endraw %}{{ monitoring.service_evictions_threshold }}{%- raw %} evictions"
- description: "An average of {{ $value }} evictions occurred on the {{ $labels.host }} node during the last minute."
+ summary: "{%- endraw %}{{ monitoring.service_evictions_threshold }}{%- raw %} Memcached evictions"
+ description: "An average of {{ $value }} evictions in the Memcached database occurred on the {{ $labels.host }} node during the last minute."
{%- endraw %}
{%- endif %}