mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-21 17:07:24 +08:00
Update rules.yml
This commit is contained in:
parent
93a62d4271
commit
bacb433089
1 changed files with 1 additions and 1 deletions
|
|
@ -1742,7 +1742,7 @@ groups:
|
|||
for: 2m
|
||||
- name: Kubernetes Volume full in four days
|
||||
description: "Volume under {{ $labels.namespace }}/{{ $labels.persistentvolumeclaim }} is expected to fill up within four days. Currently {{ $value | humanize }}% is available."
|
||||
query: 'predict_linear(kubelet_volume_stats_available_bytes[6h], 4 * 24 * 3600) < 0'
|
||||
query: 'predict_linear(kubelet_volume_stats_available_bytes[6h:5m], 4 * 24 * 3600) < 0'
|
||||
severity: critical
|
||||
- name: Kubernetes PersistentVolume error
|
||||
description: "Persistent volume {{ $labels.persistentvolume }} is in bad state"
|
||||
|
|
|
|||
Loading…
Reference in a new issue