[radarr] add template to rules (#1191)

This commit is contained in:
j_r0dd 2021-09-12 19:46:47 -04:00 committed by GitHub
parent 24ffd592f4
commit 5491a25b94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@ apiVersion: v2
appVersion: v3.2.2.5080 appVersion: v3.2.2.5080
description: A fork of Sonarr to work with movies à la Couchpotato description: A fork of Sonarr to work with movies à la Couchpotato
name: radarr name: radarr
version: 15.0.0 version: 15.0.1
kubeVersion: ">=1.16.0-0" kubeVersion: ">=1.16.0-0"
keywords: keywords:
- radarr - radarr

View File

@ -1,6 +1,6 @@
# radarr # radarr
![Version: 15.0.0](https://img.shields.io/badge/Version-15.0.0-informational?style=flat-square) ![AppVersion: v3.2.2.5080](https://img.shields.io/badge/AppVersion-v3.2.2.5080-informational?style=flat-square) ![Version: 15.0.1](https://img.shields.io/badge/Version-15.0.1-informational?style=flat-square) ![AppVersion: v3.2.2.5080](https://img.shields.io/badge/AppVersion-v3.2.2.5080-informational?style=flat-square)
A fork of Sonarr to work with movies à la Couchpotato A fork of Sonarr to work with movies à la Couchpotato

View File

@ -10,7 +10,7 @@ metadata:
{{- end }} {{- end }}
spec: spec:
groups: groups:
- name: radarr - 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=~".*radarr.*"} == 1) absent(up{job="{{ include "common.names.fullname" . }}"} == 1)
for: 5m for: 5m
labels: labels:
severity: critical severity: critical