mirror of
				https://github.com/librenms/librenms.git
				synced 2024-10-07 16:52:45 +00:00 
			
		
		
		
	newdevice: Added support for Arris CMTS (#5143)
This commit is contained in:
		
				
					committed by
					
						
						Tony Murray
					
				
			
			
				
	
			
			
			
						parent
						
							de87fc8a74
						
					
				
				
					commit
					aa45630aea
				
			@@ -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';
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user