mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* Add ubiquiti Airfiber 60 * New AF60 data and MIB * Stylci fix and small additions * Update test data * Stylefix * Remove the weird ubiquity oids containing encoded mac addresses * Updated test data * Remove more complex sensors for now to be added after the conflict airos airos-af60 is solved * Fix hardware and OS * To be verified is this is the most practical / clean way of doing it * Advanced wireless and MCS state sensor * Fix link capacity multiplier and active link * Test data update fix lint * Maybe better
21 lines
517 B
YAML
21 lines
517 B
YAML
os: airos
|
|
text: 'Ubiquiti AirOS'
|
|
type: wireless
|
|
icon: ubiquiti
|
|
snmp_bulk: false
|
|
mib_dir: ubnt
|
|
over:
|
|
- { graph: device_bits, text: 'Device Traffic' }
|
|
- { graph: device_wireless_clients, text: 'Connected Clients' }
|
|
- { graph: device_wireless_ccq, text: 'Connection Quality' }
|
|
discovery:
|
|
-
|
|
sysObjectID:
|
|
- .1.3.6.1.4.1.10002.1
|
|
- .1.3.6.1.4.1.41112.1.4
|
|
sysDescr: Linux
|
|
snmpget:
|
|
oid: UI-AF60-MIB::af60Role.1
|
|
op: '='
|
|
value: false
|