This commit is contained in:
Thies Mueller
2026-06-06 00:03:38 +02:00
commit a49ac0c51a
12 changed files with 311 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
groups:
- name: AllInstances
rules:
- alert: InstanceDown
# Condition for alerting
expr: up == 0
for: 1m
# Annotation - additional informational labels to store more information
annotations:
title: 'Instance {{ $labels.instance }} down'
description: '{{ $labels.instance }} of job {{ $labels.job }} has been down for more than 1 minute.'
# Labels - additional labels to be attached to the alert
labels:
severity: 'critical'