mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
25 lines
656 B
YAML
25 lines
656 B
YAML
os: unifi
|
|
text: 'Ubiquiti UniFi'
|
|
type: wireless
|
|
icon: ubiquiti
|
|
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.41112
|
|
- .1.3.6.1.4.1.8072.3.2.10
|
|
sysDescr_regex:
|
|
- '/^UAP/'
|
|
- '/^U6/'
|
|
-
|
|
sysObjectID: .1.3.6.1.4.1.10002.1
|
|
sysDescr: Linux
|
|
snmpwalk:
|
|
oid: 'IEEE802dot11-MIB::dot11manufacturerProductName'
|
|
op: 'contains'
|
|
value: 'UAP'
|