librenms/tests/data/dpi.json
vivia11 f9da8ef2a1 device: Added dection for ibm-dpi os (#8541)
* Add ibm-dpi os support

* SNMP test data

* Remove blank space

* remove snmp_get

* Rename to dpi

* Add json test data and change text to IBM DPI

* Update json test
2018-04-20 11:12:24 +01:00

41 lines
1.2 KiB
JSON

{
"os": {
"discovery": {
"devices": [
{
"sysName": "<private>",
"sysObjectID": ".1.3.6.1.4.1.2.6.223",
"sysDescr": "IBM DPI V01.08.0003",
"sysContact": null,
"version": null,
"hardware": "",
"features": null,
"location": null,
"os": "dpi",
"type": "power",
"serial": null,
"icon": "ibmos.svg"
}
]
},
"poller": {
"devices": [
{
"sysName": "<private>",
"sysObjectID": ".1.3.6.1.4.1.2.6.223",
"sysDescr": "IBM DPI V01.08.0003",
"sysContact": "<private>",
"version": "V01.08.0003",
"hardware": "",
"features": null,
"location": "<private>",
"os": "dpi",
"type": "power",
"serial": null,
"icon": "ibmos.svg"
}
]
}
}
}