From 184fee3959028c9ddb3b0298baa48a482c2d4d33 Mon Sep 17 00:00:00 2001 From: Julien Mathis Date: Tue, 2 Nov 2010 13:41:24 +0000 Subject: [PATCH] remove little bug git-svn-id: http://svn.centreon.com/trunk/plugins-2.x@11009 6bcd3966-0018-0410-8128-fd23d134de7e --- centreon-plugins/src/check_centreon_snmp_traffic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/centreon-plugins/src/check_centreon_snmp_traffic b/centreon-plugins/src/check_centreon_snmp_traffic index 94815b836..80e74e281 100644 --- a/centreon-plugins/src/check_centreon_snmp_traffic +++ b/centreon-plugins/src/check_centreon_snmp_traffic @@ -334,7 +334,7 @@ if ($opt_s) { printf("ERROR: Interface Speed Request : %s", $session->error); exit $ERRORS{'UNKNOWN'}; } - print " :: speed ".$link_speed->{$OID_SPEED_BASE.".".$index}."\n"; + print " :: speed ".$link_speed->{$OID_SPEED.".".$index}."\n"; } else { print "\n"; }