13 lines
336 B
YAML
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 %}
|