mirror of
				https://github.com/librenms/librenms.git
				synced 2024-10-07 16:52:45 +00:00 
			
		
		
		
	* extend FS switches support * MIB compilation * HW and Ver * sensors and CPU * tests * correct version * try to handle properly "down" as not up, for OperStat like lowerLayerDown * try to handle properly "down" as not up, for OperStat like lowerLayerDown * try to handle properly "down" as not up, for OperStat like lowerLayerDown * try to replace "down" with "not up" :) * fix other ifOperStatus checks
		
			
				
	
	
		
			18 lines
		
	
	
		
			410 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			410 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
os: fs-switch
 | 
						|
text: 'Fiberstore Switch'
 | 
						|
type: network
 | 
						|
icon: fs
 | 
						|
group: fs
 | 
						|
over:
 | 
						|
    - { graph: device_bits, text: 'Device Traffic' }
 | 
						|
    - { graph: device_processor, text: 'Processor Usage' }
 | 
						|
    - { graph: device_mempool, text: 'Memory Usage' }
 | 
						|
mib_dir:
 | 
						|
    - fs
 | 
						|
discovery:
 | 
						|
    - sysObjectID: 
 | 
						|
        - .1.3.6.1.4.1.51134
 | 
						|
        - .1.3.6.1.4.1.52642
 | 
						|
        - .1.3.6.1.4.1.27975
 | 
						|
        - .1.3.6.1.4.1.12345
 |