From 2a9371f729a912293cc44a1e1286425a35d978fc Mon Sep 17 00:00:00 2001 From: Simon Bomm Date: Thu, 11 May 2017 22:03:21 +0200 Subject: [PATCH] + fix fluidfs ad component OK states Ref https://github.com/centreon/centreon-plugins/issues/664 --- centreon-plugins/storage/dell/fluidfs/snmp/mode/hardware.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/centreon-plugins/storage/dell/fluidfs/snmp/mode/hardware.pm b/centreon-plugins/storage/dell/fluidfs/snmp/mode/hardware.pm index a12d0b443..b147c8b7e 100644 --- a/centreon-plugins/storage/dell/fluidfs/snmp/mode/hardware.pm +++ b/centreon-plugins/storage/dell/fluidfs/snmp/mode/hardware.pm @@ -34,7 +34,7 @@ sub set_system { $self->{thresholds} = { ad => [ - ['Yes', 'OK'], + ['Yes|Optimal', 'OK'], ['.*', 'CRITICAL'], ], extservers => [ @@ -104,4 +104,4 @@ Example: --threshold-overload='overall,WARNING,^(?!(optimal))' =back -=cut \ No newline at end of file +=cut