From 84d4e94e0b6eb387803dfbef1000b41b06dc1e70 Mon Sep 17 00:00:00 2001 From: garnier-quentin Date: Mon, 18 Jan 2016 09:39:58 +0100 Subject: [PATCH] + Fix poe status for extreme network --- centreon-plugins/network/extreme/snmp/mode/components/poe.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/centreon-plugins/network/extreme/snmp/mode/components/poe.pm b/centreon-plugins/network/extreme/snmp/mode/components/poe.pm index 1bbf8f1c7..e6c78ea90 100644 --- a/centreon-plugins/network/extreme/snmp/mode/components/poe.pm +++ b/centreon-plugins/network/extreme/snmp/mode/components/poe.pm @@ -80,7 +80,7 @@ sub check { next; } - next if ($result2->{extremePethSlotMeasuredPower}) !~ /\d+/); + next if ($result2->{extremePethSlotMeasuredPower} !~ /\d+/); ($exit, $warn, $crit, $checked) = $self->get_severity_numeric(section => 'poe', instance => $instance, value => $result2->{extremePethSlotMeasuredPower}); if (!$self->{output}->is_status(value => $exit, compare => 'ok', litteral => 1)) {