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
23 lines
561 B
YAML
23 lines
561 B
YAML
os: airos-af60
|
|
text: 'Ubiquiti AirFiber 60'
|
|
type: wireless
|
|
icon: ubiquiti
|
|
snmp_bulk: false
|
|
mib_dir: ubnt
|
|
over:
|
|
- { graph: device_bits, text: 'Device Traffic' }
|
|
- { graph: device_wireless_rate, text: 'Wireless Rate' }
|
|
- { graph: device_processor, text: 'CPU Usage' }
|
|
poller_modules:
|
|
wifi: true
|
|
discovery:
|
|
-
|
|
sysObjectID:
|
|
- .1.3.6.1.4.1.10002.1
|
|
- .1.3.6.1.4.1.41112.1.11.1
|
|
sysDescr: Linux
|
|
snmpget:
|
|
oid: UI-AF60-MIB::af60FirmwareVersion.1
|
|
op: '!='
|
|
value: false
|