mirror of
				https://github.com/librenms/librenms.git
				synced 2024-10-07 16:52:45 +00:00 
			
		
		
		
	newdevice: Add PBN-CP devices.
This commit is contained in:
		
				
					committed by
					
						 Neil Lathwood
						Neil Lathwood
					
				
			
			
				
	
			
			
			
						parent
						
							8a59adfba5
						
					
				
				
					commit
					79d3daabf2
				
			| @@ -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'; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user