From 981e82d6490652943f87accb1525c0940adade7d Mon Sep 17 00:00:00 2001 From: Rob Brown Date: Thu, 30 Apr 2020 13:27:30 +0100 Subject: [PATCH] Add HostEDACUncorrectableErrorsdetected and HostEDACCorrectableErrorsdetected rules --- _data/rules.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/_data/rules.yml b/_data/rules.yml index d9003b9..2d715bb 100644 --- a/_data/rules.yml +++ b/_data/rules.yml @@ -207,6 +207,14 @@ groups: description: OOM kill detected query: 'increase(node_vmstat_oom_kill[30m]) > 1' severity: warning + - 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 + - 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])' + severity: warning - name: Docker containers exporters: