mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-02-02 23:39:03 +00:00
[sonarr] fix rules (#1196)
This commit is contained in:
parent
7f835947b6
commit
63b6354a67
@ -2,7 +2,7 @@ apiVersion: v2
|
||||
appVersion: v3.0.6.1265
|
||||
description: Smart PVR for newsgroup and bittorrent users
|
||||
name: sonarr
|
||||
version: 15.0.1
|
||||
version: 15.0.2
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
keywords:
|
||||
- sonarr
|
||||
|
@ -1,6 +1,6 @@
|
||||
# sonarr
|
||||
|
||||
![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)
|
||||
![Version: 15.0.2](https://img.shields.io/badge/Version-15.0.2-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
|
||||
|
||||
|
@ -18,7 +18,7 @@ spec:
|
||||
service discovery.
|
||||
summary: Exportarr is down.
|
||||
expr: |
|
||||
absent(up{job="{{ include "common.names.fullname" . }}"} == 1)
|
||||
absent(up{job=~".*{{ include "common.names.fullname" . }}.*"} == 1)
|
||||
for: 5m
|
||||
labels:
|
||||
severity: critical
|
||||
@ -27,7 +27,7 @@ spec:
|
||||
description: Sonarr service is down.
|
||||
summary: Sonarr is down.
|
||||
expr: |
|
||||
sonarr_system_status == 0
|
||||
sonarr_system_status{job=~".*{{ include "common.names.fullname" . }}.*"} == 0
|
||||
for: 5m
|
||||
labels:
|
||||
severity: critical
|
||||
|
Loading…
Reference in New Issue
Block a user