1mib: UBNT-AFLTU-MIB
2modules:
3    os:
4        hardware: UBNT-AFLTU-MIB::afLTUDevModel.0
5        version: UBNT-AFLTU-MIB::afLTUFirmwareVersion.0
6        lat: UBNT-AFLTU-MIB::afLTUgpsLat.0
7        long: UBNT-AFLTU-MIB::afLTUgpsLon.0
8    processors:
9        data:
10            -
11                oid: afLTUCpuUsage
12                num_oid: '.1.3.6.1.4.1.41112.1.10.1.3.6'
13    sensors:
14        state:
15            data:
16                -
17                    oid: afLTURole
18                    num_oid: '.1.3.6.1.4.1.41112.1.10.1.2.1.{{ $index }}'
19                    index: afLTURole
20                    descr: Radio Role
21                    state_name: afLTURole
22                    states:
23                        - { value: 0, generic: 0, graph: 0, descr: AP }
24                        - { value: 1, generic: 0, graph: 0, descr: CPE }
25                -
26                    oid: afLTUgpsStatus
27                    value: afLTUgpsStatus
28                    num_oid: '.1.3.6.1.4.1.41112.1.10.1.7.1.{{ $index }}'
29                    descr: GPS Status
30                    states:
31                        - { value: 0, generic: 1, graph: 0, descr: Absent }
32                        - { value: 1, generic: 1, graph: 0, descr: Off }
33                        - { value: 2, generic: 0, graph: 0, descr: On }
34                -
35                    oid: afLTUgpsDimensions
36                    value: afLTUgpsDimensions
37                    num_oid: '.1.3.6.1.4.1.41112.1.10.1.7.2.{{ $index }}'
38                    descr: GPS fix
39                    states:
40                        - { value: 0, generic: 1, graph: 0, descr: Unknown }
41                        - { value: 1, generic: 1, graph: 0, descr: Nofix }
42                        - { value: 2, generic: 0, graph: 0, descr: Fix2d }
43                        - { value: 3, generic: 0, graph: 0, descr: Fix3d }
44        count:
45            data:
46                -
47                    oid: afLTUgpsSatsVisible
48                    num_oid: '.1.3.6.1.4.1.41112.1.10.1.7.7.{{ $index }}'
49                    index: afLTUgpsSatsVisible
50                    descr: Sat visible
51                -
52                    oid: afLTUgpsSatsTracked
53                    num_oid: '.1.3.6.1.4.1.41112.1.10.1.7.8.{{ $index }}'
54                    index: afLTUgpsSatsTracked
55                    descr: Sat tracked
56