prometheus/alerts.yaml: increase temperature limit to 90
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
3381315a37
commit
11f471a711
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ spec:
|
||||||
summary: Host CPU steal noisy neighbor {{ $labels.node }}
|
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 }}"
|
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
|
- alert: HostPhysicalComponentTooHot
|
||||||
expr: node_hwmon_temp_celsius > 85
|
expr: node_hwmon_temp_celsius > 90
|
||||||
for: 5m
|
for: 5m
|
||||||
labels:
|
labels:
|
||||||
severity: warning
|
severity: warning
|
||||||
|
|
Loading…
Reference in a new issue