mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
4dd56bc72e
* 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
11 lines
277 B
YAML
11 lines
277 B
YAML
os: unifi
|
|
text: 'Ubiquiti UniFi'
|
|
type: wireless
|
|
icon: ubiquiti
|
|
nobulk: 1
|
|
group: ubnt
|
|
over:
|
|
- { graph: device_bits, text: 'Device Traffic' }
|
|
- { graph: device_wireless_clients, text: 'Connected Clients' }
|
|
- { graph: device_wireless_ccq, text: 'Connection Quality' }
|