mirror of
https://github.com/auricom/home-cluster.git
synced 2025-10-03 01:00:54 +02:00
23 lines
597 B
YAML
23 lines
597 B
YAML
---
|
|
apiVersion: monitoring.coreos.com/v1
|
|
kind: PrometheusRule
|
|
metadata:
|
|
labels:
|
|
prometheus: k8s
|
|
role: alert-rules
|
|
name: kasten-io
|
|
namespace: kasten-io
|
|
spec:
|
|
groups:
|
|
- name: kasten.rules
|
|
rules:
|
|
- alert: JobsFailing
|
|
annotations:
|
|
description: Jobs failure
|
|
summary: |-
|
|
"{{ $labels.app }} jobs amount of errors for the last 30 mins {{ $value }} for {{ $labels.policy }} policy"
|
|
expr: increase(catalog_actions_count{status="failed"}[30m]) > 0
|
|
for: 30m
|
|
labels:
|
|
severity: critical
|