mirror of
				https://github.com/librenms/librenms.git
				synced 2024-10-07 16:52:45 +00:00 
			
		
		
		
	* Update zynos.yaml add support for MGS Switches * Create zynos_mgs3712.json * Create zynos_mgs3712.snmprec * Create ZYXEL-MGS3712-MIB
		
			
				
	
	
		
			20 lines
		
	
	
		
			431 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			431 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
os: zynos
 | 
						|
text: 'ZyXEL Ethernet Switch'
 | 
						|
group: zyxel
 | 
						|
type: network
 | 
						|
icon: zyxel
 | 
						|
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.890
 | 
						|
      sysDescr_regex:
 | 
						|
        - '/^ES/'
 | 
						|
        - '/^GS/'
 | 
						|
        - '/^MES/'
 | 
						|
        - '/^MGS/'
 | 
						|
        - '/^XS/'
 | 
						|
        - '/^XGS/'
 |