formula-prometheus/prometheus/meta/prometheus.yml
Simon Pasquier 2959ab41f3 Rename Prometheus alerts for consistency
Change-Id: I96fb789bf73af22d56fc6c6980626647f87409d4
2017-07-24 15:38:28 +02:00

13 lines
344 B
YAML

{% raw %}
server:
alert:
PrometheusTargetDown:
if: 'up != 1'
labels:
severity: critical
service: prometheus
annotations:
summary: 'Prometheus endpoint {{ $labels.instance }} is down'
description: 'Prometheus endpoint {{ $labels.instance }} is down for job {{ $labels.job }}'
{% endraw %}