mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-21 08:57:19 +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
|
||||
- name: Host physical 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
|
||||
for: 5m
|
||||
- name: Host node overtemperature alarm
|
||||
|
|
|
|||
Loading…
Reference in a new issue