mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-02-03 07:49:03 +00:00
[lidarr] fix rules (#1194)
This commit is contained in:
parent
8c79f6c375
commit
9aa89c3c4a
@ -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.1
|
version: 13.0.2
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- lidarr
|
- lidarr
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# lidarr
|
# lidarr
|
||||||
|
|
||||||
![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)
|
![Version: 13.0.2](https://img.shields.io/badge/Version-13.0.2-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
|
||||||
|
|
||||||
|
@ -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: Lidarr service is down.
|
description: Lidarr service is down.
|
||||||
summary: Lidarr is down.
|
summary: Lidarr is down.
|
||||||
expr: |
|
expr: |
|
||||||
lidarr_system_status == 0
|
lidarr_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