Sofie Health Monitor scrapes a list of sofie installations for health and status related information and presents these in a web-based GUI.
Steps for running the health monitor via docker:
- Create a hosts.json file (see hosts.example.json for structure).
- Run
docker run -p 8080:8080 -v $(pwd)/hosts.json:/usr/src/app/data/hosts.json tv2media/sofie-health-monitor:latest
- Visit
http://localhost:8080