2959ab41f3
Change-Id: I96fb789bf73af22d56fc6c6980626647f87409d4
12 lines
344 B
YAML
12 lines
344 B
YAML
{% raw %}
|
|
server:
|
|
alert:
|
|
PrometheusTargetDown:
|
|
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 %}
|