mirror of
				https://github.com/librenms/librenms.git
				synced 2024-10-07 16:52:45 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			352 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			352 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' ]
 |