mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* refactor: remove duplicated data collection in old wifi module Still a bit more work before we can fully remove it * remove unused graphs update overview graphs for some wireless os
13 lines
292 B
YAML
13 lines
292 B
YAML
os: airos-af
|
|
text: 'Ubiquiti AirFiber'
|
|
type: wireless
|
|
icon: ubiquiti
|
|
nobulk: 1
|
|
group: ubnt
|
|
over:
|
|
- { graph: device_bits, text: 'Device Traffic' }
|
|
- { graph: device_wireless_rate, text: 'Wireless Rate' }
|
|
- { graph: device_processor, text: 'CPU Usage' }
|
|
poller_modules:
|
|
wifi: 1
|