Fix "greater than" value

This commit is contained in:
Rob Brown 2020-05-04 19:04:52 +01:00
parent 4b22c078ea
commit 8912db93bc

View file

@ -213,7 +213,7 @@ groups:
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: 'node_edac_uncorrectable_errors_total > 1'
query: 'node_edac_uncorrectable_errors_total >= 1'
severity: warning
- name: Docker containers