Preliminary HP Virtual Connect support

This commit is contained in:
Jussi Sorjonen
2016-05-04 09:50:35 +03:00
parent cf04d9d52e
commit 4569a083d9
3 changed files with 24 additions and 0 deletions

View File

@@ -1577,6 +1577,14 @@ $config['os'][$os]['icon'] = 'hp';
$config['os'][$os]['over'][0]['graph'] = 'device_bits';
$config['os'][$os]['over'][0]['text'] = 'Traffic';
// HP Virtual Connect
$os = 'hpvc';
$config['os'][$os]['text'] = 'HP Virtual Connect';
$config['os'][$os]['type'] = 'network';
$config['os'][$os]['icon'] = 'hp';
$config['os'][$os]['over'][0]['graph'] = 'device_bits';
$config['os'][$os]['over'][0]['text'] = 'Traffic';
// Riverbed
$os = 'riverbed';
$config['os'][$os]['text'] = 'Riverbed';