Hi folks, long time lurker of the fourms here. I have an installation of Blue Iris and 6 Dahua/EmpireTech cameras that I setup for someone else. I also set them up with the Blue Iris app on their phone to be able to monitor the video feed remotely and get notifications from the app. Last Wednesday Windows update kicked in and applied an update for "Intel Corporation - Display - 31.0.101.2130". The same minute the update was applied is when Blue Iris stopped recording the video feed from all 6 cameras. CPU usage of Blue Iris shot up to 100% and a restart of the Blue Iris app was needed to get things working again. I also sent all this information off to Blue Iris support along with logs from Event Viewer and screenshots.
I am building a Raspberry Pi to run Uptime Kuma which is a lovely piece of free software that runs in Docker to perform uptime monitoring. I plan on having it ping the Blue Iris machine and an HTTP ping on port 81. But I was looking for some deeper monitoring of the machine. There is a json interface (page 282) available however the login process is not compatible with Uptime Kuma.
I have built a helper program written in Golang that I am intending on running on the Blue Iris machine that preforms the login process using a separate user account and exposes a separate webserver on port 8000 (configurable). This program will listen for requests to paths such as
and respond back accordingly.
Looking forward to input from the community regarding this.
I am building a Raspberry Pi to run Uptime Kuma which is a lovely piece of free software that runs in Docker to perform uptime monitoring. I plan on having it ping the Blue Iris machine and an HTTP ping on port 81. But I was looking for some deeper monitoring of the machine. There is a json interface (page 282) available however the login process is not compatible with Uptime Kuma.
I have built a helper program written in Golang that I am intending on running on the Blue Iris machine that preforms the login process using a separate user account and exposes a separate webserver on port 8000 (configurable). This program will listen for requests to paths such as
Code:
/v1/status
Looking forward to input from the community regarding this.