From 8912db93bc87772c5aba3d06ca5eb31959469d3f Mon Sep 17 00:00:00 2001 From: Rob Brown Date: Mon, 4 May 2020 19:04:52 +0100 Subject: [PATCH] Fix "greater than" value --- _data/rules.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/rules.yml b/_data/rules.yml index 40262f5..6da8c7b 100644 --- a/_data/rules.yml +++ b/_data/rules.yml @@ -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