2017-04-11 06:17:08 -04:00
|
|
|
{% raw %}
|
|
|
|
server:
|
|
|
|
alert:
|
|
|
|
PrometheusUP:
|
2017-04-11 09:34:25 -04:00
|
|
|
if: 'up != 1'
|
2017-04-11 06:17:08 -04:00
|
|
|
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 %}
|