mirror of
				https://github.com/librenms/librenms.git
				synced 2024-10-07 16:52:45 +00:00 
			
		
		
		
	Added support for Dell Networking OS
This commit is contained in:
		@@ -583,6 +583,17 @@ $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 = 'dnos';
 | 
			
		||||
$config['os'][$os]['text']             = 'Dell Networking OS';
 | 
			
		||||
$config['os'][$os]['type']             = 'network';
 | 
			
		||||
$config['os'][$os]['icon']             = 'dell';
 | 
			
		||||
$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 = 'avaya-ers';
 | 
			
		||||
$config['os'][$os]['text']             = 'ERS Firmware';
 | 
			
		||||
$config['os'][$os]['type']             = 'network';
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user