mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-21 17:07:24 +08:00
added minio disk space usage missed condition
This commit is contained in:
parent
4c5ff1fc68
commit
def11767bf
1 changed files with 1 additions and 1 deletions
|
|
@ -1857,7 +1857,7 @@ groups:
|
|||
for: 2m
|
||||
- name: Minio disk space usage
|
||||
description: 'Minio available free space is low (< 10%)'
|
||||
query: disk_storage_available / disk_storage_total * 100
|
||||
query: disk_storage_available / disk_storage_total * 100 < 10
|
||||
severity: warning
|
||||
|
||||
- name: SSL/TLS
|
||||
|
|
|
|||
Loading…
Reference in a new issue