Added support for Quanta switches with vxworks

This commit is contained in:
laf
2015-11-20 04:00:06 +00:00
parent f511e04dea
commit 91409ef149
5 changed files with 18 additions and 1 deletions
+8
View File
@@ -528,6 +528,14 @@ $config['os'][$os]['bad_if'][] = 'cpu';
$config['os'][$os]['over'][0]['graph'] = 'device_bits';
$config['os'][$os]['over'][0]['text'] = 'Device Traffic';
//Quanta switches
$os = 'quanta';
$config['os'][$os]['text'] = 'Quanta';
$config['os'][$os]['type'] = 'network';
$config['os'][$os]['icon'] = 'quanta';
$config['os'][$os]['over'][0]['graph'] = 'device_bits';
$config['os'][$os]['over'][0]['text'] = 'Device Traffic';
$os = 'netonix';
$config['os'][$os]['text'] = 'Netonix';
$config['os'][$os]['type'] = 'network';