librenms/tests/data/dell-powervault.json
Adam Bishop af14b6a73d
OS detection for Dell PowerVault MD arrays (#11509)
* OS detection for Dell PowerVault MD arrays

I'm not 100% sure it was worth Dell implementing SNMP - the array
exposes 6 OID's outside of MIBII, and we poll both the useful ones.

At least we get an icon.

* Test data

* Remove polling and discovery module filters
2020-07-05 13:49:16 +02:00

41 lines
1.3 KiB
JSON

{
"os": {
"discovery": {
"devices": [
{
"sysName": "<private>",
"sysObjectID": ".1.3.6.1.4.1.674.10893.2.31",
"sysDescr": "DELL MD38xxi 0123",
"sysContact": null,
"version": null,
"hardware": null,
"features": null,
"os": "dell-powervault",
"type": "storage",
"serial": null,
"icon": "dell.svg",
"location": null
}
]
},
"poller": {
"devices": [
{
"sysName": "<private>",
"sysObjectID": ".1.3.6.1.4.1.674.10893.2.31",
"sysDescr": "DELL MD38xxi 0123",
"sysContact": "<private>",
"version": null,
"hardware": "MD38xxi",
"features": null,
"os": "dell-powervault",
"type": "storage",
"serial": "ABCD123",
"icon": "dell.svg",
"location": "<private>"
}
]
}
}
}