librenms/tests/data/ciscospa_spa112_1.json
Neil Lathwood 250b02fe23 device: Added detection for Cisco SPA devices (#8446)
* device: Added detection for Cisco SPA devices

* Drop sysDescr check
2018-03-29 00:27:24 -05:00

41 lines
1.2 KiB
JSON

{
"os": {
"discovery": {
"devices": [
{
"sysName": "",
"sysObjectID": ".1.3.6.1.4.1.9.6.1.23.1.1.1.3",
"sysDescr": "CISCO SPA112 1.4.0(001)",
"sysContact": null,
"version": null,
"hardware": "",
"features": null,
"location": null,
"os": "ciscospa",
"type": "appliance",
"serial": null,
"icon": "cisco.svg"
}
]
},
"poller": {
"devices": [
{
"sysName": "",
"sysObjectID": ".1.3.6.1.4.1.9.6.1.23.1.1.1.3",
"sysDescr": "CISCO SPA112 1.4.0(001)",
"sysContact": null,
"version": null,
"hardware": "ciscoSB.23.1.1.1.3",
"features": null,
"location": null,
"os": "ciscospa",
"type": "appliance",
"serial": null,
"icon": "cisco.svg"
}
]
}
}
}