WIP Add prometheus rules, improve alerts

This commit is contained in:
2026-07-06 18:01:22 +02:00
parent 1ae5210813
commit 2a14837f64
4 changed files with 57 additions and 19 deletions
@@ -0,0 +1,10 @@
groups:
- name: NodeExporter
rules:
- alert: NodeDown
expr: up{job="node"} == 0
for: 10s
labels:
severity: warning
annotations:
summary: "Node is down"