mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-23 01:47:17 +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
|
- name: Minio
|
||||||
exporters:
|
exporters:
|
||||||
- rules:
|
- rules:
|
||||||
- name: Minio disk down
|
- name: Minio disk offline
|
||||||
description: 'Minio Disk is down\n VALUE = {{ $value }}\n LABELS: {{ $labels }}'
|
description: 'Minio disk is offline'
|
||||||
query: "minio_offline_disks > 0"
|
query: "minio_offline_disks > 0"
|
||||||
severity: error
|
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
|
- name: Juniper
|
||||||
exporters:
|
exporters:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue