mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* All os detection now uses Yaml Move OS detection code into the Core module. Defer all OS with snmp queries. Add snmpwalk option. Port ubnt and mobileiron to yaml. * Silly ide refactor
21 lines
514 B
YAML
21 lines
514 B
YAML
os: airos-af-ltu
|
|
text: 'Ubiquiti AirFiber LTU'
|
|
type: wireless
|
|
icon: ubiquiti
|
|
nobulk: true
|
|
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.8072.3.2.10
|
|
sysDescr: Linux
|
|
snmpget:
|
|
oid: UBNT-AFLTU-MIB::afLTUFirmwareVersion.0
|
|
op: '!='
|
|
value: false
|