mirror of
				https://github.com/librenms/librenms.git
				synced 2024-10-07 16:52:45 +00:00 
			
		
		
		
	* First pass at implementing ExtremeWireless support Includes global AP and user count, and per-AP user count * Coding style fixes * Tabs will be the death of me * Add license count, fix coding nits * PHP 5.3 support hopefully * Graph APs configured with a max of licenses installed
		
			
				
	
	
		
			12 lines
		
	
	
		
			332 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			332 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
os: ewc
 | 
						|
text: 'Extreme Wireless Convergence'
 | 
						|
type: wireless
 | 
						|
icon: extreme
 | 
						|
over:
 | 
						|
    - { graph: device_bits, text: 'Device Traffic' }
 | 
						|
    - { graph: device_wireless_ap-count, text: 'Connected APs' }
 | 
						|
    - { graph: device_wireless_clients, text: 'Connected Clients' }
 | 
						|
discovery:
 | 
						|
    - sysObjectId:
 | 
						|
        - .1.3.6.1.4.1.4329.15.1.1.
 |