formula-prometheus/prometheus/meta/prometheus.yml

13 lines
344 B
YAML
Raw Normal View History

{% 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 %}