mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-22 01:17:19 +08:00
Update rules.yml
This commit is contained in:
parent
2574946609
commit
78dc1ba144
1 changed files with 1 additions and 1 deletions
|
|
@ -303,7 +303,7 @@ services:
|
|||
- name: Volume full in four days
|
||||
description: "{{ $labels.namespace }}/{{ $labels.persistentvolumeclaim }} is expected to fill up within four days. Currently {{ $value | humanize }}% is available."
|
||||
query: '100 * (kubelet_volume_stats_available_bytes / kubelet_volume_stats_capacity_bytes) < 15 and predict_linear(kubelet_volume_stats_available_bytes[6h], 4 * 24 * 3600) < 0'
|
||||
severity: critical
|
||||
severity: error
|
||||
|
||||
- name: Nomad
|
||||
exporters:
|
||||
|
|
|
|||
Loading…
Reference in a new issue