mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-02-03 07:49:03 +00:00
[radarr] fix rules (#1197)
This commit is contained in:
parent
63b6354a67
commit
b7d45b5c54
@ -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.1
|
version: 15.0.2
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- radarr
|
- radarr
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# radarr
|
# radarr
|
||||||
|
|
||||||
![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)
|
![Version: 15.0.2](https://img.shields.io/badge/Version-15.0.2-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
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@ spec:
|
|||||||
service discovery.
|
service discovery.
|
||||||
summary: Exportarr is down.
|
summary: Exportarr is down.
|
||||||
expr: |
|
expr: |
|
||||||
absent(up{job="{{ include "common.names.fullname" . }}"} == 1)
|
absent(up{job=~".*{{ include "common.names.fullname" . }}.*"} == 1)
|
||||||
for: 5m
|
for: 5m
|
||||||
labels:
|
labels:
|
||||||
severity: critical
|
severity: critical
|
||||||
@ -27,7 +27,7 @@ spec:
|
|||||||
description: Radarr service is down.
|
description: Radarr service is down.
|
||||||
summary: Radarr is down.
|
summary: Radarr is down.
|
||||||
expr: |
|
expr: |
|
||||||
radarr_system_status == 0
|
radarr_system_status{job=~".*{{ include "common.names.fullname" . }}.*"} == 0
|
||||||
for: 5m
|
for: 5m
|
||||||
labels:
|
labels:
|
||||||
severity: critical
|
severity: critical
|
||||||
|
Loading…
Reference in New Issue
Block a user