We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6376e7 commit cdc098fCopy full SHA for cdc098f
itamae/roles/prometheus/templates/etc/prometheus/rules.yml
@@ -7,3 +7,9 @@ groups:
7
annotations:
8
summary: CO2濃度高すぎ!
9
description: "換気をしましょう。現在の濃度: {{ $value }}ppm"
10
+ - alert: monitoring stopped
11
+ expr: time() - udco2s_CO2{job="udco2s_last"} > 1800
12
+ for: 1m
13
+ annotations:
14
+ summary: CO2モニタリング停止
15
+ description: "CO2モニタリングが停止しています。"
0 commit comments