Merge "Cosmetic changes for alerts"
diff --git a/apache/meta/prometheus.yml b/apache/meta/prometheus.yml
index 897713c..621b218 100644
--- a/apache/meta/prometheus.yml
+++ b/apache/meta/prometheus.yml
@@ -24,7 +24,7 @@
service: apache
annotations:
summary: "Apache service outage"
- description: "All Apache services within the {{ $labels.cluster }} cluster are down."
+ description: "The Apache services within the {{ $labels.cluster }} cluster are down."
{% endraw %}
ApacheWorkersAbsent:
if: >-
@@ -36,6 +36,6 @@
service: apache
annotations:
summary: "Apache has no available idle workers"
- description: "The Apache service on the {{ $labels.host }} node has no available workers for at least 2 minutes."
+ description: "The Apache service on the {{ $labels.host }} node has no available workers for 2 minutes."
{%- endraw %}
{%- endif %}