Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 906 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 906 Bytes

Health Check

Quilt's Status Page

Forked from statsig's template and statsig's page

Page

Setup instructions

  1. Add new urls to urls.cfg to include new urls.
key1=https://example.com
key2=https://statsig.com

How does it work?

This project uses GitHub actions to wake up every hour and run a shell script (health-check.sh). This script runs curl on every url in your config and appends the result of that run to a log file and commits it to the repository. This log is then pulled dynamically from index.html and displayed in a easily consumable fashion. You can also run that script from your own infrastructure to update the status page more often.