diff --git a/apps/k8s01/iot/monitoring.yaml b/apps/k8s01/iot/monitoring.yaml index c6a1aa859a964762e4f723727b46235107d9f2d8..49ba5e6e7246ffcf09401e1dfe89325d932cc402 100644 --- a/apps/k8s01/iot/monitoring.yaml +++ b/apps/k8s01/iot/monitoring.yaml @@ -59,7 +59,7 @@ spec: annotations: description: The temprature of a room/sensor has dropped below 20°C over the past 6 hours. summary: The temprature of a room/sensor has dropped below 20°C over the past 6 hours. - expr: avg_over_time(shellyht_temperature_celsius[10m]) > 20 + expr: avg_over_time(shellyht_temperature_celsius[10m]) < 20 for: 6h labels: issue: Temprature in {{$labels.name}} is low. Turn up the heating!