Update rules.yml

This commit is contained in:
Samuel Berthe 2023-09-18 20:14:57 +02:00 committed by GitHub
parent 93a62d4271
commit bacb433089
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"