Open KamiCreed opened 9 months ago
We have decided to create and clone SD cards to lower setup time.
I discovered that sometimes the BARLUS cameras might fail to send video, requiring a restart to have RTSP working again. We require alerts when the Jetsons fail to grab video using RTSP.
Tailscale can't reasonably setup notifs when systems go down right now, so I used healthchecks.io from last year to setup notifs from each site again using a crontab job in each device to ping every minute to their respective check.
# A sample crontab entry
* * * * * curl -fsS -m 10 --retry 5 -o /dev/null https://hc-ping.com/<id>
utils/raspi/README.md
can be helpful to see how the old Raspi setup worked.