mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-21 08:57:19 +08:00
no quotes no cry
This commit is contained in:
parent
0add8466c6
commit
cde4e243ae
1 changed files with 2 additions and 2 deletions
|
|
@ -93,11 +93,11 @@ services:
|
|||
query: "node_hwmon_temp_alarm == 1"
|
||||
severity: critical
|
||||
- name: 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.'
|
||||
query: 'node_md_state{state="inactive"} > 0'
|
||||
severity: critical
|
||||
- name: RAID disk failure
|
||||
description: 'At least one device in RAID array on {{ $labels.instance }} failed. Array "{{ $labels.md_device }}" needs attention and possibly a disk swap'
|
||||
description: 'At least one device in RAID array on {{ $labels.instance }} failed. Array {{ $labels.md_device }} needs attention and possibly a disk swap'
|
||||
query: 'node_md_disks{state="fail"} > 0'
|
||||
severity: warning
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue