From 0b417b72b72823209c7e88cb73cce405fcf5524b 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 --- storage/dell/fluidfs/snmp/mode/hardware.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/storage/dell/fluidfs/snmp/mode/hardware.pm b/storage/dell/fluidfs/snmp/mode/hardware.pm index a12d0b443..b147c8b7e 100644 --- a/storage/dell/fluidfs/snmp/mode/hardware.pm +++ b/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