Skip to content
Snippets Groups Projects
Verified Commit 72b1a94b authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

fix(iot): Adjust monitoring tempratures to reality

parent 9269a1e1
No related branches found
No related tags found
No related merge requests found
...@@ -39,18 +39,18 @@ spec: ...@@ -39,18 +39,18 @@ spec:
severity: critical severity: critical
- alert: TempratureHighWarning - alert: TempratureHighWarning
annotations: annotations:
description: The temprature of a room/sensor has exceeded 25°C over the past 6 hours. description: The temprature of a room/sensor has exceeded 28°C over the past 6 hours.
summary: The temprature of a room/sensor has exceeded 25°C over the past 6 hours. summary: The temprature of a room/sensor has exceeded 28°C over the past 6 hours.
expr: avg_over_time(shellyht_temperature_celsius[10m]) > 25 expr: avg_over_time(shellyht_temperature_celsius[10m]) > 28
for: 6h for: 6h
labels: labels:
issue: Temprature in {{$labels.name}} is high. Open a window! issue: Temprature in {{$labels.name}} is high. Open a window!
severity: warning severity: warning
- alert: TempratureHighCritical - alert: TempratureHighCritical
annotations: annotations:
description: The temprature of a room/sensor has exceeded 28°C over the past 30 minutes. description: The temprature of a room/sensor has exceeded 30°C over the past 30 minutes.
summary: The temprature of a room/sensor has exceeded 28°C over the past 30 minutes. summary: The temprature of a room/sensor has exceeded 30°C over the past 30 minutes.
expr: avg_over_time(shellyht_temperature_celsius[1m]) > 28 expr: avg_over_time(shellyht_temperature_celsius[1m]) > 30
for: 30m for: 30m
labels: labels:
issue: Temprature in {{$labels.name}} is too high. Open a window! issue: Temprature in {{$labels.name}} is too high. Open a window!
...@@ -72,4 +72,4 @@ spec: ...@@ -72,4 +72,4 @@ spec:
for: 30m for: 30m
labels: labels:
issue: Temprature in {{$labels.name}} is too low. Turn up the heating! issue: Temprature in {{$labels.name}} is too low. Turn up the heating!
severity: critical severity: critical
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment