prometheus/alerts.yaml: increase temperature limit to 90
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Tom Neuber 2023-11-25 18:21:45 +01:00
parent 3381315a37
commit 11f471a711
Signed by: tom
GPG key ID: F17EFE4272D89FF6

View file

@ -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