mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-02-03 07:49:03 +00:00
[home-assistant] fix rules (#1195)
This commit is contained in:
parent
9aa89c3c4a
commit
7f835947b6
@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
appVersion: 2021.6.3
|
appVersion: 2021.6.3
|
||||||
description: Home Assistant
|
description: Home Assistant
|
||||||
name: home-assistant
|
name: home-assistant
|
||||||
version: 11.0.1
|
version: 11.0.2
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- home-assistant
|
- home-assistant
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# home-assistant
|
# home-assistant
|
||||||
|
|
||||||
![Version: 11.0.1](https://img.shields.io/badge/Version-11.0.1-informational?style=flat-square) ![AppVersion: 2021.6.3](https://img.shields.io/badge/AppVersion-2021.6.3-informational?style=flat-square)
|
![Version: 11.0.2](https://img.shields.io/badge/Version-11.0.2-informational?style=flat-square) ![AppVersion: 2021.6.3](https://img.shields.io/badge/AppVersion-2021.6.3-informational?style=flat-square)
|
||||||
|
|
||||||
Home Assistant
|
Home Assistant
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@ spec:
|
|||||||
description: Home Assistant has disappeared from Prometheus service discovery.
|
description: Home Assistant has disappeared from Prometheus service discovery.
|
||||||
summary: Home Assistant is down.
|
summary: Home Assistant 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
|
||||||
|
Loading…
Reference in New Issue
Block a user