From 3f286c2d97cc26455986cc56b8d425546d3c8572 Mon Sep 17 00:00:00 2001 From: Colin Gagnaire Date: Thu, 12 Jul 2018 15:55:16 +0200 Subject: [PATCH] fix dell fastpath temperature (#1051) --- .../common/dell/fastpath/snmp/mode/components/temperature.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/centreon/common/dell/fastpath/snmp/mode/components/temperature.pm b/centreon/common/dell/fastpath/snmp/mode/components/temperature.pm index b136205f7..9d34a4327 100644 --- a/centreon/common/dell/fastpath/snmp/mode/components/temperature.pm +++ b/centreon/common/dell/fastpath/snmp/mode/components/temperature.pm @@ -80,7 +80,6 @@ sub check { if (!$self->{output}->is_status(value => $exit, compare => 'ok', litteral => 1)) { $self->{output}->output_add(severity => $exit, short_msg => sprintf("Temperature '%s' status is '%s'", $instance, $result->{boxServicesTempSensorState})); - next; } ($exit, $warn, $crit, $checked) = $self->get_severity_numeric(section => 'temperature', instance => $instance, value => $result->{boxServicesTempSensorTemperature});