We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29591ca commit 21c9d5eCopy full SHA for 21c9d5e
itamae/roles/prometheus/templates/etc/prometheus/rules.yml
@@ -13,3 +13,11 @@ groups:
13
annotations:
14
summary: CO2モニタリング停止
15
description: "CO2モニタリングが停止しています。"
16
+ - alert: ValueHundredsChanged
17
+ expr: floor(udco2s_CO2{job="ud_cos2"} / 100) != floor(udco2s_CO2{job="ud_cos2"} / 100 offset 1m)
18
+ for: 0m
19
+ labels:
20
+ severity: info
21
+ annotations:
22
+ summary: C02濃度お知らせ
23
+ description: "現在の濃度: {{ udco2s_CO2{job="ud_cos2"} }}ppm"
0 commit comments