mirror of
				https://github.com/librenms/librenms.git
				synced 2024-10-07 16:52:45 +00:00 
			
		
		
		
	convert Watts to Dbm and call user_function on limits dbm graphs summary pl1000eTests update Tests OK
		
			
				
	
	
		
			14 lines
		
	
	
		
			338 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			338 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
os: packetlight
 | 
						|
text: 'Packetlight'
 | 
						|
type: network
 | 
						|
icon: packetlight
 | 
						|
group: packetlight
 | 
						|
over:
 | 
						|
    - { graph: device_temperature, text: 'Temperature' }
 | 
						|
    - { graph: device_dbm, text: 'Interface Power' }
 | 
						|
discovery:
 | 
						|
    - snmpget:
 | 
						|
          oid: '1.3.6.1.4.1.4515.1.3.6.1.1.1.2.0'
 | 
						|
          op: starts
 | 
						|
          value: [ 'PL', 'Pl', 'pl' ]
 |