mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
c20ffec40c
* fix: Engenius OS discovery bandroidx was having issues with their Engenius AP being discovered as a wireless device, instead it was just showing up as 'generic'. Adding OID .1.3.6.1.4.1.14125 resolved their issue. * Update engenius.yaml * Create engenius_3.snmprec
19 lines
531 B
YAML
19 lines
531 B
YAML
os: engenius
|
|
type: wireless
|
|
text: 'EnGenius Access Point'
|
|
icon: engenius
|
|
over:
|
|
- { graph: device_ucd_cpu, text: 'Processor Usage' }
|
|
- { graph: device_ucd_memory, text: 'Memory Usage' }
|
|
- { graph: device_bits, text: 'Device Traffic' }
|
|
discovery:
|
|
- sysObjectId:
|
|
- .1.3.6.1.4.1.14125.100.1.3
|
|
- .1.3.6.1.4.1.14125.101.1.3
|
|
-
|
|
sysObjectId: .1.3.6.1.4.1.8072.3.2.10 #Linux
|
|
sysDescr: 'Wireless Access Point'
|
|
-
|
|
sysObjectId: .1.3.6.1.4.1.14125
|
|
sysDescr: 'Wireless Access Point'
|