newdevice: Add PBN-CP devices.

This commit is contained in:
Vitali Kari
2016-11-13 01:13:12 +01:00
committed by Neil Lathwood
parent 8a59adfba5
commit 79d3daabf2
8 changed files with 33 additions and 10 deletions

View File

@@ -1874,6 +1874,14 @@ $config['os'][$os]['over'][2]['graph'] = 'device_mempool';
$config['os'][$os]['over'][2]['text'] = 'Memory Usage';
$config['os'][$os]['icon'] = 'pbn';
// PBN CPE, Pacific Broadband Networks
$os = 'pbn-cp';
$config['os'][$os]['text'] = 'PBN P2P CP100 Series Platform';
$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'] = 'pbn';
// Enterasys
$os = 'enterasys';
$config['os'][$os]['text'] = 'Enterasys';