librenms/tests/data/lcos_1.json
Tozz 7228dbfa23
Support for new Lancom devices (#15779)
* Lancom SNMPrec

* Lancom test data

* Lancom MIBS

* Lancom discovery

* Lancom LX/SX support

* Lancom

* Style CI

* Delete tests/snmpsim/lcossx_gs3510xp.snmprec

This device returns all possible vlans as interfaces, so we get roughly 4k interfaces. This makes the test file too big (>25M). Deleting this device as test data

* Update Lcossx.php

* New Lancom logo

* Remove height/width attribute

* SVG

* Add files via upload
2024-01-30 15:03:08 +01:00

24 lines
718 B
JSON

{
"os": {
"discovery": {
"devices": [
{
"sysName": null,
"sysObjectID": ".1.3.6.1.4.1.2356.11.8.103",
"sysDescr": "LANCOM L-322agn dual Wireless 9.20.0566 / 13.05.2016 4002568618100376",
"sysContact": null,
"version": null,
"hardware": null,
"features": null,
"location": null,
"os": "lcos",
"type": "wireless",
"serial": null,
"icon": "lancom.svg"
}
]
},
"poller": "matches discovery"
}
}