2b784c85b9
Change-Id: If1927033922c350257999f59ba3031445689e11b
12 lines
336 B
YAML
12 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 %}
|