formula-prometheus/prometheus/meta/prometheus.yml
Bartosz Kupidura 5f644a1921 Typo
Change-Id: I7e04706411018b117e8d2ec523667f6048cf932e
2017-04-11 15:34:25 +02:00

13 lines
336 B
YAML

{% raw %}
server:
alert:
PrometheusUP:
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 %}