mirror of
				https://github.com/librenms/librenms.git
				synced 2024-10-07 16:52:45 +00:00 
			
		
		
		
	* Added support for snmp monitored PDU from fs.com * Added support for snmp monitored PDU from fs.com * Fix sysObjectID 1.3.6.1.4.1.30966 * Create fs-net-pdu.json
		
			
				
	
	
		
			14 lines
		
	
	
		
			270 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			270 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
os: fs-net-pdu
 | 
						|
text: 'FS.COM monitored pdu'
 | 
						|
type: power
 | 
						|
icon: fs
 | 
						|
group: fs
 | 
						|
over:
 | 
						|
    - { graph: device_voltage, text: Voltage }
 | 
						|
    - { graph: device_current, text: Current }
 | 
						|
discovery:
 | 
						|
    - sysObjectID:
 | 
						|
        - .1.3.6.1.4.1.30966
 | 
						|
    - sysDescr:
 | 
						|
        - 'net-pdu'
 |