Generate health report for nvr

Joined
Mar 19, 2019
Messages
5
Reaction score
0
Location
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:

StewartM

Getting the hang of it
Joined
Dec 11, 2017
Messages
260
Reaction score
75
Location
Cape Town
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.
 
Joined
Mar 19, 2019
Messages
5
Reaction score
0
Location
amk
Thanks for the promt reply will source for the code to input it

Sent from my SM-N960F using Tapatalk
 
Top