remove little bug
git-svn-id: http://svn.centreon.com/trunk/plugins-2.x@11009 6bcd3966-0018-0410-8128-fd23d134de7e
This commit is contained in:
parent
16373ffa48
commit
184fee3959
|
@ -334,7 +334,7 @@ if ($opt_s) {
|
||||||
printf("ERROR: Interface Speed Request : %s", $session->error);
|
printf("ERROR: Interface Speed Request : %s", $session->error);
|
||||||
exit $ERRORS{'UNKNOWN'};
|
exit $ERRORS{'UNKNOWN'};
|
||||||
}
|
}
|
||||||
print " :: speed ".$link_speed->{$OID_SPEED_BASE.".".$index}."\n";
|
print " :: speed ".$link_speed->{$OID_SPEED.".".$index}."\n";
|
||||||
} else {
|
} else {
|
||||||
print "\n";
|
print "\n";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue