Improve Frigate health checks to catch NFS and camera failures

Replace single aggregate camera_fps check with per-camera FPS validation
and NFS storage accessibility check. Motivated by an outage where Frigate
API responded OK but NFS mount was inaccessible, causing "no frames" in UI.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Erich Blume 2026-03-22 09:55:53 -07:00
commit f1620abb17
2 changed files with 3 additions and 1 deletions

View file

@ -0,0 +1 @@
Improve Frigate health checks in services-check: per-camera FPS validation and NFS storage accessibility check.