Skip to content

Quilt-AI/statuspage

 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 45.0%
  • CSS 29.7%
  • HTML 15.0%
  • Shell 10.3%