Skip to content
This repository was archived by the owner on Nov 12, 2024. It is now read-only.

Files

Latest commit

34c66b5 · Jun 8, 2021

History

History
12 lines (7 loc) · 448 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 448 Bytes

Sofie Health Monitor

Sofie Health Monitor scrapes a list of sofie installations for health and status related information and presents these in a web-based GUI.

Usage

Steps for running the health monitor via docker:

  1. Create a hosts.json file (see hosts.example.json for structure).
  2. Run docker run -p 8080:8080 -v $(pwd)/hosts.json:/usr/src/app/data/hosts.json tv2media/sofie-health-monitor:latest
  3. Visit http://localhost:8080