mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-23 18:06:58 +08:00
Update rules.yml
This commit is contained in:
parent
baa4f223cd
commit
f9b43cf3bf
1 changed files with 1 additions and 1 deletions
|
|
@ -254,7 +254,7 @@ groups:
|
||||||
severity: warning
|
severity: warning
|
||||||
- name: Host physical component too hot
|
- name: Host physical component too hot
|
||||||
description: "Physical hardware component too hot"
|
description: "Physical hardware component too hot"
|
||||||
query: 'node_hwmon_temp_celsius > 75'
|
query: 'node_hwmon_temp_celsius * ignoring(label) group_left(instance, job, node, sensor) node_hwmon_sensor_label{label!="tctl"} > 75'
|
||||||
severity: warning
|
severity: warning
|
||||||
for: 5m
|
for: 5m
|
||||||
- name: Host node overtemperature alarm
|
- name: Host node overtemperature alarm
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue