Removed commented out code

This commit is contained in:
laf
2015-08-23 17:54:55 +00:00
parent 8d929bc43c
commit 8bf254182b

View File

@@ -35,9 +35,6 @@ $peth_oids = array(
'pethMainPseConsumptionPower',
);
//$port_stats = snmpwalk_cache_oid($device, 'pethPsePortEntry', $port_stats, 'POWER-ETHERNET-MIB');
//$port_stats = snmpwalk_cache_oid($device, 'cpeExtPsePortEntry', $port_stats, 'CISCO-POWER-ETHERNET-EXT-MIB');
if ($port_stats[$port['ifIndex']]
&& $port['ifType'] == 'ethernetCsmacd'
&& isset($port_stats[$port['ifIndex']]['dot3StatsIndex'])) {