Skip to main content
APA
Sponsored by CAST AI — Kubernetes cost optimization Better Stack — Uptime monitoring and log management
⚠️

Alert thresholds depend on the nature of your applications. Some queries may have arbitrary tolerance thresholds. Building an efficient monitoring platform takes time. 😉

OpenEBS Prometheus Alert Rules

1 Prometheus alerting rule for OpenEBS. Exported via Embedded exporter. These rules cover critical and warning conditions — copy and paste the YAML into your Prometheus configuration.

10.3. Embedded exporter (1 rules)

wget https://raw.githubusercontent.com/samber/awesome-prometheus-alerts/refs/heads/master/dist/rules/openebs/embedded-exporter.yml
warning

10.3.1. OpenEBS used pool capacity

OpenEBS Pool use more than 80% of his capacity

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