mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-24 02:17:00 +08:00
Merge branch 'master' of github.com:samber/awesome-prometheus-alerts
This commit is contained in:
commit
dbab48d066
1 changed files with 1 additions and 1 deletions
|
|
@ -307,7 +307,7 @@ groups:
|
||||||
for: 2m
|
for: 2m
|
||||||
- name: Container Volume usage
|
- name: Container Volume usage
|
||||||
description: Container Volume usage is above 80%
|
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
|
severity: warning
|
||||||
for: 2m
|
for: 2m
|
||||||
- name: Container Volume IO usage
|
- name: Container Volume IO usage
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue