awesome-prometheus-alerts/dist/rules/openebs/embedded-exporter.yml
Samuel Berthe ccf24bcf03 Publish
2022-06-15 00:08:51 +00:00

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 }}"