mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-21 08:57:19 +08:00
Align EDAC errors with comments
This commit is contained in:
parent
981e82d649
commit
4b22c078ea
1 changed files with 2 additions and 2 deletions
|
|
@ -210,10 +210,10 @@ groups:
|
|||
- name: Host EDAC Correctable Errors detected
|
||||
description: '{{ $labels.instance }} has had {{ printf "%.0f" $value }} correctable memory errors reported by EDAC in the last 5 minutes.'
|
||||
query: 'increase(node_edac_correctable_errors_total[5m])'
|
||||
severity: warning
|
||||
severity: info
|
||||
- name: Host EDAC Uncorrectable Errors detected
|
||||
description: '{{ $labels.instance }} has had {{ printf "%.0f" $value }} uncorrectable memory errors reported by EDAC in the last 5 minutes.'
|
||||
query: 'increase(node_edac_uncorrectable_errors_total[5m])'
|
||||
query: 'node_edac_uncorrectable_errors_total > 1'
|
||||
severity: warning
|
||||
|
||||
- name: Docker containers
|
||||
|
|
|
|||
Loading…
Reference in a new issue