matrix-alertbot/docker/prometheus/rules.d/health.yml

12 lines
267 B
YAML
Raw Normal View History

2022-08-08 16:43:05 +02:00
groups:
- name: Health
rules:
- alert: Instance Up
for: 30s
expr: up == 1
labels:
severity: critical
annotations:
description: 'Instance {{ $labels.instance }} is up'
summary: 'Instance is up'