From def7fc5e6b2b99fd20a1370064c893a5457ee515 Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Sat, 23 Dec 2023 14:25:27 +0100 Subject: [PATCH] chore(iot): Fix alertname to fit with problem --- apps/k8s01/iot/monitoring.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/k8s01/iot/monitoring.yaml b/apps/k8s01/iot/monitoring.yaml index cf7d0f9e4..9d85d2e00 100644 --- a/apps/k8s01/iot/monitoring.yaml +++ b/apps/k8s01/iot/monitoring.yaml @@ -64,7 +64,7 @@ spec: labels: issue: Temprature in {{$labels.name}} is low. Turn up the heating! severity: warning - - alert: TempratureHighCritical + - alert: TempratureLowCritical annotations: description: The temprature of a room/sensor has dropped below 18°C over the past 30 minutes. summary: The temprature of a room/sensor has dropped below 18°C over the past 30 minutes. -- GitLab