Files
librenms-librenms/tests/data/hikvision-nvr.json
T
Spencer Butler 7bfe0bc831 Added support for HikVision-DS Cameras (#9980)
* Added support for HikVision-DS Cameras

clean up

removed pointless file, cleaned up code

fixed failing unit tests, a bit of cleanup

WIP - will rebase

split hikvision into hikvision-nvr an hikvision-cam

* removed unneeded comment and rec file
2019-03-27 15:38:35 -05:00

64 lines
2.0 KiB
JSON

{
"os": {
"discovery": {
"devices": [
{
"sysName": "<private>",
"sysObjectID": ".1.3.6.1.4.1.50001",
"sysDescr": "Hikvision company products",
"sysContact": null,
"version": null,
"hardware": null,
"features": null,
"os": "hikvision-nvr",
"type": "network",
"serial": null,
"icon": "hikvision.png",
"location": null
}
]
},
"poller": {
"devices": [
{
"sysName": "<private>",
"sysObjectID": ".1.3.6.1.4.1.50001",
"sysDescr": "Hikvision company products",
"sysContact": "<private>",
"version": "200",
"hardware": "NVR",
"features": null,
"os": "hikvision-nvr",
"type": "network",
"serial": "0820160719AARR624053979WCVU",
"icon": "hikvision.png",
"location": "<private>"
}
]
}
},
"mempools": {
"discovery": {
"mempools": [
{
"mempool_index": "0",
"entPhysicalIndex": null,
"hrDeviceIndex": null,
"mempool_type": "hikvision-nvr",
"mempool_precision": 1,
"mempool_descr": "Memory",
"mempool_perc": 0,
"mempool_used": 0,
"mempool_free": 0,
"mempool_total": 0,
"mempool_largestfree": null,
"mempool_lowestfree": null,
"mempool_deleted": 0,
"mempool_perc_warn": 75
}
]
},
"poller": "matches discovery"
}
}