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
308 B
YAML
13 lines
308 B
YAML
os: xirrus_aos
|
|
text: 'Xirrus ArrayOS'
|
|
type: wireless
|
|
icon: xirrus
|
|
over:
|
|
- { graph: device_bits, text: 'Device Traffic' }
|
|
- { graph: device_xirrus_stations, text: 'Wifi Clients' }
|
|
- { graph: device_wireless_rssi, text: 'Signal RSSI' }
|
|
discovery:
|
|
- sysDescr:
|
|
- Xirrus
|
|
- ArrayOS
|