mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-23 01:47:17 +08:00
fix(data): fix node exporter temperature alarm
This commit is contained in:
parent
6d7ef1cdbb
commit
ca31cc8a71
1 changed files with 1 additions and 1 deletions
|
|
@ -222,7 +222,7 @@ groups:
|
||||||
for: 5m
|
for: 5m
|
||||||
- name: Host node overtemperature alarm
|
- name: Host node overtemperature alarm
|
||||||
description: "Physical node temperature alarm triggered"
|
description: "Physical node temperature alarm triggered"
|
||||||
query: 'node_hwmon_temp_alarm == 1'
|
query: 'node_hwmon_temp_crit_alarm_celsius == 1'
|
||||||
severity: critical
|
severity: critical
|
||||||
- name: Host RAID array got inactive
|
- name: Host RAID array got inactive
|
||||||
description: 'RAID array {{ $labels.device }} is in degraded state due to one or more disks failures. Number of spare drives is insufficient to fix issue automatically.'
|
description: 'RAID array {{ $labels.device }} is in degraded state due to one or more disks failures. Number of spare drives is insufficient to fix issue automatically.'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue