mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-23 01:47:17 +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
|
- 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.'
|
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])'
|
query: 'increase(node_edac_correctable_errors_total[5m])'
|
||||||
severity: warning
|
severity: info
|
||||||
- name: Host EDAC Uncorrectable Errors detected
|
- 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.'
|
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
|
severity: warning
|
||||||
|
|
||||||
- name: Docker containers
|
- name: Docker containers
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue