From 3490406b625c86face3fa456a9f831feef5ce05d Mon Sep 17 00:00:00 2001 From: qgarnier Date: Fri, 30 Jul 2021 14:06:04 +0200 Subject: [PATCH] fix(emc/datadomain): hardware mode - missing disk default thresholds (#3006) --- centreon-plugins/storage/emc/DataDomain/mode/hardware.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/centreon-plugins/storage/emc/DataDomain/mode/hardware.pm b/centreon-plugins/storage/emc/DataDomain/mode/hardware.pm index c20046e15..1a1a2bcf6 100644 --- a/centreon-plugins/storage/emc/DataDomain/mode/hardware.pm +++ b/centreon-plugins/storage/emc/DataDomain/mode/hardware.pm @@ -62,7 +62,9 @@ sub set_system { ['available', 'OK'], ['unknown', 'UNKNOWN'], ['absent', 'OK'], - ['failed', 'CRITICAL'] + ['failed', 'CRITICAL'], + ['reconstruction', 'WARNING'], + ['system', 'OK'] ], battery => [ ['ok', 'OK'],