awesome-prometheus-alerts/dist/rules/zfs/node-exporter.yml
2025-11-05 16:04:56 +00:00

15 lines
402 B
YAML

groups:
- name: NodeExporter
rules:
- alert: ZfsOfflinePool
expr: 'node_zfs_zpool_state{state!="online"} > 0'
for: 1m
labels:
severity: critical
annotations:
summary: ZFS offline pool (instance {{ $labels.instance }})
description: "A ZFS zpool is in a unexpected state: {{ $labels.state }}.\n VALUE = {{ $value }}\n LABELS = {{ $labels }}"