mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-24 16:09:08 +00:00
[sonarr] add template to rules (#1192)
This commit is contained in:
parent
5491a25b94
commit
e1494a5b59
@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
appVersion: v3.0.6.1265
|
appVersion: v3.0.6.1265
|
||||||
description: Smart PVR for newsgroup and bittorrent users
|
description: Smart PVR for newsgroup and bittorrent users
|
||||||
name: sonarr
|
name: sonarr
|
||||||
version: 15.0.0
|
version: 15.0.1
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- sonarr
|
- sonarr
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# sonarr
|
# sonarr
|
||||||
|
|
||||||
![Version: 15.0.0](https://img.shields.io/badge/Version-15.0.0-informational?style=flat-square) ![AppVersion: v3.0.6.1265](https://img.shields.io/badge/AppVersion-v3.0.6.1265-informational?style=flat-square)
|
![Version: 15.0.1](https://img.shields.io/badge/Version-15.0.1-informational?style=flat-square) ![AppVersion: v3.0.6.1265](https://img.shields.io/badge/AppVersion-v3.0.6.1265-informational?style=flat-square)
|
||||||
|
|
||||||
Smart PVR for newsgroup and bittorrent users
|
Smart PVR for newsgroup and bittorrent users
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ metadata:
|
|||||||
{{- end }}
|
{{- end }}
|
||||||
spec:
|
spec:
|
||||||
groups:
|
groups:
|
||||||
- name: sonarr
|
- name: {{ include "common.names.fullname" . }}
|
||||||
rules:
|
rules:
|
||||||
- alert: ExportarrAbsent
|
- alert: ExportarrAbsent
|
||||||
annotations:
|
annotations:
|
||||||
@ -18,7 +18,7 @@ spec:
|
|||||||
service discovery.
|
service discovery.
|
||||||
summary: Exportarr is down.
|
summary: Exportarr is down.
|
||||||
expr: |
|
expr: |
|
||||||
absent(up{job=~".*sonarr.*"} == 1)
|
absent(up{job="{{ include "common.names.fullname" . }}"} == 1)
|
||||||
for: 5m
|
for: 5m
|
||||||
labels:
|
labels:
|
||||||
severity: critical
|
severity: critical
|
||||||
|
Loading…
Reference in New Issue
Block a user