fix #2084
git-svn-id: http://svn.centreon.com/trunk/plugins-2.x@11424 6bcd3966-0018-0410-8128-fd23d134de7e
This commit is contained in:
parent
a6aded4d5d
commit
a80ff21388
|
@ -173,7 +173,7 @@ if (!defined($if_description)) {
|
||||||
exit $ERRORS{'UNKNOWN'};
|
exit $ERRORS{'UNKNOWN'};
|
||||||
}
|
}
|
||||||
foreach my $desc (oid_lex_sort(keys %$if_description)) {
|
foreach my $desc (oid_lex_sort(keys %$if_description)) {
|
||||||
$desc_tab[scalar(@desc_tab)] = $if_description->{$desc};
|
$desc_tab[scalar(@desc_tab)] = $if_description->{$desc} if ($if_description->{$desc} !~ m/StackSub/i);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue