towerops/test/towerops/snmp
Graham McIntire 9b3ffa874a
fix: correct airfiber SNMP OIDs to match MIB table definitions
All 7 OIDs were reading from wrong SNMP table/columns. Frequency and
power config values pointed at the status table instead of the config
table, and capacity/signal columns pointed at unrelated fields like
radio temperature and boolean flags.

Corrected OIDs to match UBNT-AirFIBER-MIB structure:
- Frequency/power: config table (.3.1) entries 5, 6, 9
- Signal: status table (.3.2) entries 11, 14
- Capacity: status table (.3.2) entries 5, 6 with 1M divisor
2026-03-10 16:41:14 -05:00
..
adapters fix: agent discovery and polling accuracy improvements 2026-02-11 15:58:31 -06:00
profiles fix: correct airfiber SNMP OIDs to match MIB table definitions 2026-03-10 16:41:14 -05:00
arp_discovery_test.exs arp 2026-01-23 08:40:57 -06:00
batch_insert_test.exs Add GeoIP import HTTP tests 2026-03-10 16:02:49 -05:00
client_test.exs moar tests 2026-01-06 15:43:54 -06:00
deferred_discovery_test.exs perf(tests): aggressive timeout and delay reductions 2026-03-06 08:28:18 -06:00
discovery_test.exs make devices site optional and many test fix 2026-02-04 15:05:42 -06:00
ip_address_test.exs make devices site optional and many test fix 2026-02-04 15:05:42 -06:00
mac_address_test.exs make devices site optional and many test fix 2026-02-04 15:05:42 -06:00
mac_discovery_test.exs mac discovery 2026-01-23 09:22:08 -06:00
memory_pool_test.exs make devices site optional and many test fix 2026-02-04 15:05:42 -06:00
mib_parser_test.exs more tests 2026-01-20 16:38:53 -06:00
mib_translator_test.exs Merge remote-tracking branch 'origin/main' into feature/preseem-integration 2026-02-13 09:11:45 -06:00
mib_validation_test.exs add MIB-based validation and generic profile tests 2026-01-08 08:57:21 -06:00
neighbor_cleanup_worker_test.exs make devices site optional and many test fix 2026-02-04 15:05:42 -06:00
neighbor_discovery_test.exs Improve topology discovery matching 2026-03-10 15:44:46 -05:00
neighbor_test.exs make devices site optional and many test fix 2026-02-04 15:05:42 -06:00
physical_entity_test.exs make devices site optional and many test fix 2026-02-04 15:05:42 -06:00
poller_test.exs perf(tests): remove/reduce Process.sleep calls for faster tests 2026-03-06 07:57:30 -06:00
processor_reading_test.exs make devices site optional and many test fix 2026-02-04 15:05:42 -06:00
processor_test.exs sanitize snmp data and fix some cpu things 2026-01-22 16:53:01 -06:00
sanitizer_test.exs sanitize snmp data and fix some cpu things 2026-01-22 16:53:01 -06:00
sensor_change_detector_test.exs fix: display count sensor values as integers instead of floats 2026-03-06 15:03:30 -06:00
state_sensor_test.exs make devices site optional and many test fix 2026-02-04 15:05:42 -06:00
storage_test.exs make devices site optional and many test fix 2026-02-04 15:05:42 -06:00
vlan_test.exs make devices site optional and many test fix 2026-02-04 15:05:42 -06:00