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
17 lines
416 B
YAML
17 lines
416 B
YAML
os: airos
|
|
text: 'Ubiquiti AirOS'
|
|
type: wireless
|
|
icon: ubiquiti
|
|
nobulk: true
|
|
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
|