mirror of
				https://github.com/librenms/librenms.git
				synced 2024-10-07 16:52:45 +00:00 
			
		
		
		
	feature: Add Cisco WAAS Optimized TCP Connections Graph (#4645)
* feature: Add Cisco WAAS Optimized TCP Connections Graph * fix names
This commit is contained in:
		
				
					committed by
					
						
						Neil Lathwood
					
				
			
			
				
	
			
			
			
						parent
						
							6fdcf8a6da
						
					
				
				
					commit
					f6db0a505a
				
			@@ -2480,6 +2480,11 @@ $config['graph_types']['device']['ib_dhcp_messages']['section']               =
 | 
			
		||||
$config['graph_types']['device']['ib_dhcp_messages']['order']                 = '0';
 | 
			
		||||
$config['graph_types']['device']['ib_dhcp_messages']['descr']                 = 'DHCP messages';
 | 
			
		||||
 | 
			
		||||
// Cisco WAAS Optimized TCP Connections
 | 
			
		||||
$config['graph_types']['device']['waas_cwotfostatsactiveoptconn']['section']      = 'graphs';
 | 
			
		||||
$config['graph_types']['device']['waas_cwotfostatsactiveoptconn']['order']        = '0';
 | 
			
		||||
$config['graph_types']['device']['waas_cwotfostatsactiveoptconn']['descr']        = 'Optimized TCP Connections';
 | 
			
		||||
 | 
			
		||||
$config['graph_types']['device']['bits']['section']               = 'netstats';
 | 
			
		||||
$config['graph_types']['device']['bits']['order']                 = '0';
 | 
			
		||||
$config['graph_types']['device']['bits']['descr']                 = 'Total Traffic';
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user