We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccb0605 commit 787f390Copy full SHA for 787f390
argo/cluster/monitoring/kube-prometheus-stack/chart/rules/misc.yaml
@@ -4,6 +4,15 @@ metadata:
4
name: misc
5
spec:
6
groups:
7
+ - name: longhorn
8
+ rules:
9
+ - alert: BackupFailed
10
+ expr: count by (backup, volume) (longhorn_backup_state > 3) > 0
11
+ for: 1m
12
+ labels:
13
+ severity: critical
14
+ annotations:
15
+ summary: Backup {{ $labels.backup }} failed for {{ $labels.volume }}
16
- name: vms
17
rules:
18
- alert: VMDown
0 commit comments