mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-21 08:57:19 +08:00
Added new minio alert rules
This commit is contained in:
parent
6d7ef1cdbb
commit
4c5ff1fc68
1 changed files with 8 additions and 0 deletions
|
|
@ -1846,11 +1846,19 @@ groups:
|
|||
description: 'Minio disk is offline'
|
||||
query: 'minio_offline_disks > 0'
|
||||
severity: critical
|
||||
- name: Minio disk offline
|
||||
description: 'Minio disk is offline'
|
||||
query: 'minio_disks_offline > 0'
|
||||
severity: critical
|
||||
- name: Minio storage space exhausted
|
||||
description: 'Minio storage space is low (< 10 GB)'
|
||||
query: 'minio_disk_storage_free_bytes / 1024 / 1024 / 1024 < 10'
|
||||
severity: warning
|
||||
for: 2m
|
||||
- name: Minio disk space usage
|
||||
description: 'Minio available free space is low (< 10%)'
|
||||
query: disk_storage_available / disk_storage_total * 100
|
||||
severity: warning
|
||||
|
||||
- name: SSL/TLS
|
||||
exporters:
|
||||
|
|
|
|||
Loading…
Reference in a new issue