formula-prometheus/prometheus/meta/prometheus.yml
Bartosz Kupidura 2b784c85b9 Add support.yml for alerts and recording rules
Change-Id: If1927033922c350257999f59ba3031445689e11b
2017-04-11 12:17:08 +02:00

13 lines
336 B
YAML

{% raw %}
server:
alert:
PrometheusUP:
if: 'up != 0'
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 %}