[lidarr] fix rules (#1194)

This commit is contained in:
j_r0dd 2021-09-13 11:54:47 -04:00 committed by GitHub
parent 8c79f6c375
commit 9aa89c3c4a
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: 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

View File

@ -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

View File

@ -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