Files
librenms-librenms/tests/data/edgeos_erl.json
johnstruse b84e471587 Fix EdgeOS hardware detection (#13629)
* Fix EdgeOS hardware detection

* Add EdgeRouter Lite test data
2021-12-20 09:19:07 +01:00

24 lines
695 B
JSON

{
"os": {
"discovery": {
"devices": [
{
"sysName": null,
"sysObjectID": ".1.3.6.1.4.1.41112.1.5",
"sysDescr": "EdgeRouter Lite",
"sysContact": "<private>",
"version": null,
"hardware": "EdgeRouter Lite 3-Port",
"features": null,
"os": "edgeos",
"type": "network",
"serial": null,
"icon": "edgeos.svg",
"location": "<private>"
}
]
},
"poller": "matches discovery"
}
}