librenms/tests/data/ocnos.json
Tony Murray 9d3d81bb11
IP Infusion OcNOS basic detection (#14588)
* IP Infusion OcNOS basic detection

* add test data

* add os data
2022-11-07 13:09:33 -06:00

24 lines
758 B
JSON

{
"os": {
"discovery": {
"devices": [
{
"sysName": null,
"sysObjectID": ".1.3.6.1.4.1.36673.100.1.2.1.1.2",
"sysDescr": "Hardware Model:UFI_S9600-32X, Software version: OcNOS,6.0.1.11",
"sysContact": null,
"version": "6.0.1.11",
"hardware": "Ufi Space S9600-32X-R",
"features": null,
"location": null,
"os": "ocnos",
"type": "network",
"serial": "AAA0A0A00000A0",
"icon": "ipinfusion.svg"
}
]
},
"poller": "matches discovery"
}
}