forget $ for var speed
git-svn-id: http://svn.centreon.com/trunk/plugins-2.x@11024 6bcd3966-0018-0410-8128-fd23d134de7e
This commit is contained in:
parent
4699b8362d
commit
bfcc0a827e
|
@ -356,7 +356,7 @@ if ($opt_s) {
|
|||
exit $ERRORS{'UNKNOWN'};
|
||||
}
|
||||
my $unit = "bit/s";
|
||||
my speed = $link_speed->{$OID_SPEED_BASE.".".$index};
|
||||
my $speed = $link_speed->{$OID_SPEED_BASE.".".$index};
|
||||
print " :: speed ".$speed." ".$unit."\n";
|
||||
} else {
|
||||
print "\n";
|
||||
|
|
Loading…
Reference in New Issue