diff --git a/kubernetes/talos-flux/apps/observability/loki/app/loki-alerting-rules.yaml b/kubernetes/talos-flux/apps/observability/loki/app/loki-alerting-rules.yaml index f5b6b19a2..040df39d0 100644 --- a/kubernetes/talos-flux/apps/observability/loki/app/loki-alerting-rules.yaml +++ b/kubernetes/talos-flux/apps/observability/loki/app/loki-alerting-rules.yaml @@ -56,12 +56,12 @@ groups: category: logs annotations: summary: "Node-Red is unable to connect to Home Assistant" - # - alert: NodeRedTest - # expr: | - # sum(count_over_time({app="node-red"} |~ "(?i)debug:office light"[2m])) > 0 - # for: 2m - # labels: - # severity: critical - # category: logs - # annotations: - # summary: "Node-Red is testing" + - alert: NodeRedTest + expr: | + sum(count_over_time({app="node-red"} |~ "(?i)debug:office light"[2m])) > 0 + for: 2m + labels: + severity: critical + category: logs + annotations: + summary: "Node-Red is testing"