Tracking when GCS sites are down
- Update
urls.cfg
to include your urls.
key1=https://example.com
key2=https://statsig.com
- Set up GitHub Pages for your repository.
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.
Send in a PR - we'd love to integrate your ideas.
This is a fork of the repo statsig-io/statuspage, originally developed by https://www.statsig.com