mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-02-03 15:59:09 +00:00
[lidarr] add template to rules (#1189)
This commit is contained in:
parent
d314ec81d9
commit
7ad14f58db
@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
appVersion: v1.0.0.2255
|
appVersion: v1.0.0.2255
|
||||||
description: Looks and smells like Sonarr but made for music
|
description: Looks and smells like Sonarr but made for music
|
||||||
name: lidarr
|
name: lidarr
|
||||||
version: 13.0.0
|
version: 13.0.1
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- lidarr
|
- lidarr
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# lidarr
|
# lidarr
|
||||||
|
|
||||||
![Version: 13.0.0](https://img.shields.io/badge/Version-13.0.0-informational?style=flat-square) ![AppVersion: v1.0.0.2255](https://img.shields.io/badge/AppVersion-v1.0.0.2255-informational?style=flat-square)
|
![Version: 13.0.1](https://img.shields.io/badge/Version-13.0.1-informational?style=flat-square) ![AppVersion: v1.0.0.2255](https://img.shields.io/badge/AppVersion-v1.0.0.2255-informational?style=flat-square)
|
||||||
|
|
||||||
Looks and smells like Sonarr but made for music
|
Looks and smells like Sonarr but made for music
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ metadata:
|
|||||||
{{- end }}
|
{{- end }}
|
||||||
spec:
|
spec:
|
||||||
groups:
|
groups:
|
||||||
- name: lidarr
|
- 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=~".*lidarr.*"} == 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