mirror of
				https://github.com/librenms/librenms.git
				synced 2024-10-07 16:52:45 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			31 lines
		
	
	
		
			1015 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			31 lines
		
	
	
		
			1015 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
mib: UBNT-AirMAX-MIB
 | 
						|
modules:
 | 
						|
    processors:
 | 
						|
          data:
 | 
						|
              -
 | 
						|
                  oid: ubntHostCpuLoad
 | 
						|
                  num_oid: '.1.3.6.1.4.1.41112.1.4.8.3.{{ $index }}'
 | 
						|
                  precision: 100
 | 
						|
    sensors:
 | 
						|
        state:
 | 
						|
            data:
 | 
						|
                -
 | 
						|
                    oid: ubntGpsFix
 | 
						|
                    num_oid: .1.3.6.1.4.1.41112.1.4.9.2.
 | 
						|
                    descr: GPS Fix
 | 
						|
                    state_name: ubntGpsFix
 | 
						|
                    states:
 | 
						|
                        - { value: 0, generic: 3, graph: 1, descr: unknown }
 | 
						|
                        - { value: 1, generic: 2, graph: 1, descr: nofix }
 | 
						|
                        - { value: 2, generic: 0, graph: 1, descr: fix2d }
 | 
						|
                        - { value: 3, generic: 0, graph: 1, descr: fix3d }
 | 
						|
 | 
						|
        temperature:
 | 
						|
            data:
 | 
						|
                -
 | 
						|
                    oid: ubntHostTemperature
 | 
						|
                    divisor: 1
 | 
						|
                    num_oid: .1.3.6.1.4.1.41112.1.4.8.4.
 | 
						|
                    descr: Temperature
 | 
						|
 |