mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-21 08:57:19 +08:00
Merge pull request #197 from yasharne/new_minio
This commit is contained in:
commit
19f9316868
1 changed files with 4 additions and 5 deletions
|
|
@ -1844,13 +1844,12 @@ groups:
|
|||
rules:
|
||||
- name: Minio disk offline
|
||||
description: 'Minio disk is offline'
|
||||
query: 'minio_offline_disks > 0'
|
||||
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'
|
||||
- name: Minio disk space usage
|
||||
description: 'Minio available free space is low (< 10%)'
|
||||
query: disk_storage_available / disk_storage_total * 100 < 10
|
||||
severity: warning
|
||||
for: 2m
|
||||
|
||||
- name: SSL/TLS
|
||||
exporters:
|
||||
|
|
|
|||
Loading…
Reference in a new issue