librenms/tests/data/netapp_e2700.json
jozefrebjak 7662856bf3 Added NetApp E2700 Discovery (#10668)
* Added NetApp E2700 Discovery

* Update netapp_e2700.snmprec

* Add test data
2019-10-21 01:19:01 +00:00

41 lines
1.3 KiB
JSON

{
"os": {
"discovery": {
"devices": [
{
"sysName": "<private>",
"sysObjectID": ".1.3.6.1.4.1.789.1123.2",
"sysDescr": "NETAPP INF-01-00 0852",
"sysContact": null,
"version": null,
"hardware": null,
"features": null,
"os": "netapp",
"type": "storage",
"serial": null,
"icon": "netapp.svg",
"location": null
}
]
},
"poller": {
"devices": [
{
"sysName": "<private>",
"sysObjectID": ".1.3.6.1.4.1.789.1123.2",
"sysDescr": "NETAPP INF-01-00 0852",
"sysContact": "<private>",
"version": null,
"hardware": null,
"features": null,
"os": "netapp",
"type": "storage",
"serial": null,
"icon": "netapp.svg",
"location": "<private>"
}
]
}
}
}