mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-21 00:47:18 +08:00
Adding minio rules
This commit is contained in:
parent
b5469f2a59
commit
542adc3ca7
1 changed files with 6 additions and 2 deletions
|
|
@ -812,10 +812,14 @@ services:
|
|||
- name: Minio
|
||||
exporters:
|
||||
- rules:
|
||||
- name: Minio disk down
|
||||
description: 'Minio Disk is down\n VALUE = {{ $value }}\n LABELS: {{ $labels }}'
|
||||
- name: Minio disk offline
|
||||
description: 'Minio disk is offline'
|
||||
query: "minio_offline_disks > 0"
|
||||
severity: error
|
||||
- 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
|
||||
|
||||
- name: Juniper
|
||||
exporters:
|
||||
|
|
|
|||
Loading…
Reference in a new issue