mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-21 08:57:19 +08:00
fix rule -Container Volume usage-
Signed-off-by: Bertrand Mailhe <bmailhe@leadformance.com>
This commit is contained in:
parent
0ee7f1266f
commit
cbc281cea7
1 changed files with 1 additions and 1 deletions
|
|
@ -307,7 +307,7 @@ groups:
|
|||
for: 2m
|
||||
- name: Container Volume usage
|
||||
description: Container Volume usage is above 80%
|
||||
query: '(1 - (sum(container_fs_inodes_free) BY (instance) / sum(container_fs_inodes_total) BY (instance)) * 100) > 80'
|
||||
query: '(1 - (sum(container_fs_inodes_free) BY (instance) / sum(container_fs_inodes_total) BY (instance))) * 100 > 80'
|
||||
severity: warning
|
||||
for: 2m
|
||||
- name: Container Volume IO usage
|
||||
|
|
|
|||
Loading…
Reference in a new issue