mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-21 08:57:19 +08:00
14 lines
407 B
YAML
14 lines
407 B
YAML
groups:
|
|
|
|
- name: EmbeddedExporter
|
|
|
|
rules:
|
|
|
|
- alert: OpenebsUsedPoolCapacity
|
|
expr: 'openebs_used_pool_capacity_percent > 80'
|
|
for: 2m
|
|
labels:
|
|
severity: warning
|
|
annotations:
|
|
summary: OpenEBS used pool capacity (instance {{ $labels.instance }})
|
|
description: "OpenEBS Pool use more than 80% of his capacity\n VALUE = {{ $value }}\n LABELS = {{ $labels }}"
|