Generate health report for nvr

Mar 19, 2019
5
0
amk
Hi all the pro in the forum

Just to check is there any 3rd party application
That able to check on health status of the nvr
For the following item

Harddisk health status
Camera resolution
Camera recording by month
Camera video loss

To generate a report

Thanks


Sent from my SM-N960F using Tapatalk
 
Last edited:
I'm not aware of any third party reporting tools for your requirements. The 9600 series has fairly comprehensive reports/logs for some of your queries via the webGUI.
HDD health status for example:
upload_2019-6-27_19-33-34.png

If your looking for an automated report with the queries you listed it wouldn't to be hard to code with curl/python etc.
For example:
curl -GET http://admin:xxxxx@192.168.1.xx/ISAPI/ContentMgmt/Storage/hdd/2/SMARTTest/status -o output.xml
This will query the NVR and output the same info as in the screen capture above into an xml file.
From there you would need to write some code to display it in a more decipherable way.