mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-21 17:07:24 +08:00
_data/rules.yml: Added Kubernetes volume alert rule.
This commit is contained in:
parent
f460b39c97
commit
3ccf6ae3d0
1 changed files with 6 additions and 1 deletions
|
|
@ -294,7 +294,12 @@ services:
|
|||
|
||||
- name: Kubernetes
|
||||
exporters:
|
||||
- rules:
|
||||
- name: kubelet
|
||||
rules:
|
||||
- name: Volume out of disk space
|
||||
description: Volume is almost full (< 10% left)
|
||||
query: 'kubelet_volume_stats_available_bytes / kubelet_volume_stats_capacity_bytes * 100 < 10'
|
||||
severity: warning
|
||||
|
||||
- name: Nomad
|
||||
exporters:
|
||||
|
|
|
|||
Loading…
Reference in a new issue