+ Fix extreme networks
This commit is contained in:
parent
d3159c7ab1
commit
8f8d92774e
|
@ -124,7 +124,7 @@ sub run {
|
|||
], nothing_quit => 1);
|
||||
|
||||
my $result = $self->{snmp}->map_instance(mapping => $mapping, results => $results->{$mapping->{extremeStackDetection}->{oid}}, instance => '0');
|
||||
if ($result->{extremeStackDetection} eq 'disable') {
|
||||
if ($result->{extremeStackDetection} eq 'disabled') {
|
||||
$self->{output}->output_add(severity => 'OK',
|
||||
short_msg => 'Stacking is disable');
|
||||
$self->{output}->display();
|
||||
|
|
Loading…
Reference in New Issue