librenms/tests/data/dell-powervault.json
Jellyfrog e876299f09
Move sysContact polling to discovery (#12524)
* Move sysContact polling to discovery

* Update tests

* fixup

* fixup

* fixup

* fixup

* fixup
2021-02-11 19:04:45 -06: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": "<private>",
"version": null,
"hardware": null,
"features": null,
"os": "dell-powervault",
"type": "storage",
"serial": null,
"icon": "dell.svg",
"location": "<private>"
}
]
},
"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>"
}
]
}
}
}