mirror of
				https://github.com/librenms/librenms.git
				synced 2024-10-07 16:52:45 +00:00 
			
		
		
		
	* Add more Vigor series device support * Update draytek.yaml * Add more Vigor series device test data * Update AUTHORS.md * Update draytek.snmprec * Create draytek_vigor3900.snmprec
		
			
				
	
	
		
			14 lines
		
	
	
		
			323 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			323 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
os: draytek
 | 
						|
text: DrayTek
 | 
						|
type: network
 | 
						|
icon: draytek
 | 
						|
over:
 | 
						|
    - { graph: device_bits, text: 'Device Traffic' }
 | 
						|
    - { graph: device_processor, text: 'CPU Usage' }
 | 
						|
    - { graph: device_mempool, text: 'Memory Usage' }
 | 
						|
discovery:
 | 
						|
    - sysObjectID:
 | 
						|
        - .1.3.6.1.4.1.7367
 | 
						|
    - sysDescr_regex:
 | 
						|
        - '/^DrayTek/'
 |