newdevice: Added support for Arris CMTS (#5143)

This commit is contained in:
Neil Lathwood
2016-12-14 21:07:57 +00:00
committed by Tony Murray
parent de87fc8a74
commit aa45630aea
6 changed files with 74 additions and 0 deletions

View File

@@ -1384,6 +1384,17 @@ $config['os'][$os]['poller_modules']['wifi'] = 0;
$config['os'][$os]['poller_modules']['toner'] = 0;
$config['os'][$os]['discovery_modules']['toner'] = 0;
$os = 'cmts';
$config['os'][$os]['text'] = 'Arris CMTS';
$config['os'][$os]['type'] = 'network';
$config['os'][$os]['icon'] = 'arris';
$config['os'][$os]['over'][0]['graph'] = 'device_bits';
$config['os'][$os]['over'][0]['text'] = 'Device Traffic';
$config['os'][$os]['over'][1]['graph'] = 'device_processor';
$config['os'][$os]['over'][1]['text'] = 'CPU Usage';
$config['os'][$os]['over'][2]['graph'] = 'device_mempool';
$config['os'][$os]['over'][2]['text'] = 'Memory Usage';
$os = 'screenos';
$config['os'][$os]['text'] = 'Juniper ScreenOS';
$config['os'][$os]['type'] = 'firewall';