fix: Enterasys use ifname for port names #3263

fixes #3263
This commit is contained in:
Tony Murray
2016-09-04 10:37:23 -05:00
committed by Neil Lathwood
parent 705a73bda2
commit ec3a6182a7

View File

@@ -1792,6 +1792,7 @@ $config['os'][$os]['type'] = 'network';
$config['os'][$os]['over'][0]['graph'] = 'device_bits';
$config['os'][$os]['over'][0]['text'] = 'Device Traffic';
$config['os'][$os]['icon'] = 'enterasys';
$config['os'][$os]['ifname'] = 1;
// Multimatic UPS (Generex CS121 SNMP Adapter)
$os = 'multimatic';