mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
18 lines
551 B
YAML
18 lines
551 B
YAML
---
|
|
apiVersion: monitoring.coreos.com/v1
|
|
kind: PrometheusRule
|
|
metadata:
|
|
name: zrepl-replication-errors
|
|
spec:
|
|
groups:
|
|
- name: zrepl.rules
|
|
rules:
|
|
- alert: ZreplReplicationFilesystemErrors
|
|
expr: zrepl_replication_filesystem_errors > 0
|
|
for: 15m # Alert if the condition persists for 15 minutes
|
|
labels:
|
|
severity: warning
|
|
annotations:
|
|
summary: "Zrepl replication filesystem errors detected"
|
|
description: "Zrepl job {{ $labels.zrepl_job }} has encountered filesystem errors during replication."
|