adding zpool alert

This commit is contained in:
Samuel Berthe 2022-07-24 01:56:17 +02:00
parent 34081e4f43
commit d8f7ecd5b4
No known key found for this signature in database
GPG key ID: 64863511FFBD0E3C

View file

@ -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: