mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-21 17:07:24 +08:00
adding zpool alert
This commit is contained in:
parent
34081e4f43
commit
d8f7ecd5b4
1 changed files with 5 additions and 0 deletions
|
|
@ -2045,6 +2045,11 @@ groups:
|
|||
slug: node-exporter
|
||||
doc_url: https://github.com/prometheus/node_exporter
|
||||
rules:
|
||||
- name: ZFS offline pool
|
||||
description: 'A ZFS zpool is in a unexpected state: {{ $labels.state }}.'
|
||||
query: 'node_zfs_zpool_state{state!="online"} > 0'
|
||||
severity: critical
|
||||
for: 1m
|
||||
|
||||
- name: OpenEBS
|
||||
exporters:
|
||||
|
|
|
|||
Loading…
Reference in a new issue