mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-28 08:04:36 +02:00
+ Fix poe status for extreme network
This commit is contained in:
parent
cde5ff12ab
commit
84d4e94e0b
@ -80,7 +80,7 @@ sub check {
|
|||||||
next;
|
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});
|
($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)) {
|
if (!$self->{output}->is_status(value => $exit, compare => 'ok', litteral => 1)) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user