From da7836cfd9d809488cedabbaae1f3b64f8402e62 Mon Sep 17 00:00:00 2001 From: qgarnier Date: Wed, 27 Jul 2022 13:47:43 +0200 Subject: [PATCH] (plugin) storage::hp::storeonce::4::restapi - mode hardware-storage add failed status (#3786) --- .../storage/hp/storeonce/4/restapi/mode/hardwarestorage.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/centreon-plugins/storage/hp/storeonce/4/restapi/mode/hardwarestorage.pm b/centreon-plugins/storage/hp/storeonce/4/restapi/mode/hardwarestorage.pm index 1550adff1..bb0dacdb1 100644 --- a/centreon-plugins/storage/hp/storeonce/4/restapi/mode/hardwarestorage.pm +++ b/centreon-plugins/storage/hp/storeonce/4/restapi/mode/hardwarestorage.pm @@ -37,7 +37,8 @@ sub set_system { ['ok', 'OK'], ['missing', 'OK'], ['degraded', 'OK'], - ['critical', 'CRITICAL'] + ['critical', 'CRITICAL'], + ['failed', 'CRITICAL'] ] };