From 11f471a711a64e61136b8ff30584abbb53d993e5 Mon Sep 17 00:00:00 2001 From: Tom Neuber Date: Sat, 25 Nov 2023 18:21:45 +0100 Subject: [PATCH] prometheus/alerts.yaml: increase temperature limit to 90 --- prometheus/alerts.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prometheus/alerts.yaml b/prometheus/alerts.yaml index d4cd13b..64e6f19 100644 --- a/prometheus/alerts.yaml +++ b/prometheus/alerts.yaml @@ -59,7 +59,7 @@ spec: summary: Host CPU steal noisy neighbor {{ $labels.node }} description: "CPU steal is > 10%. A noisy neighbor is killing VM performances or a spot instance may be out of credit.\n VALUE = {{ $value }}\n LABELS = {{ $labels }}" - alert: HostPhysicalComponentTooHot - expr: node_hwmon_temp_celsius > 85 + expr: node_hwmon_temp_celsius > 90 for: 5m labels: severity: warning