prometheus-rules #62

Merged
pz2891 merged 11 commits from prometheus-rules into master 2021-09-08 10:16:04 +02:00
Showing only changes of commit e6b6790f63 - Show all commits

View file

@ -149,5 +149,11 @@ groups:
summary: >
Charge à {{ raw('$value') }}
- alert: UnhealthyDisk
expr: smartmon_device_smart_healthy < 1
for: 10m
labels:
severity: "critical"
annotations:
summary: "Le Disque {{ $labels.disk }} n'est pas en bonne santé !"
...