5f644a1921
Change-Id: I7e04706411018b117e8d2ec523667f6048cf932e
12 lines
336 B
YAML
12 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 %}
|