diff --git a/centreon-plugins/network/riverbed/steelhead/snmp/mode/health.pm b/centreon-plugins/network/riverbed/steelhead/snmp/mode/health.pm index 362029168..a2ad5e62b 100644 --- a/centreon-plugins/network/riverbed/steelhead/snmp/mode/health.pm +++ b/centreon-plugins/network/riverbed/steelhead/snmp/mode/health.pm @@ -28,7 +28,7 @@ use warnings; my %states = ( 10000 => ['healthy', 'OK'], 30000 => ['degraded', 'WARNING'], - 31000 => ['admissionControl', 'WARNING'], + 31000 => ['admissionControl', 'OK'], 50000 => ['critical', 'CRITICAL'] );