This project was deprecated in favour of Better Uptime status pages.
Bitpaper's Status Pages.
Important: Keep this repository public.
# git clone this, cd into the folder and...
$ bower install
Just serve the root directory with the server of your choice.
When loaded, the page runs some checks to see if BitPaper is fit for use.
The checks are:
- Does BAPI
/status
endpoint and Bitpaper UI respond toHEAD
requests, promptly? - Are all Issues in this repository's Issue List closed?
If any of the above fail then the status is considered to be failing, otherwise it's marked as OK.
The status page also displays a list of all existing Issues and their comments.
- You should mark an Issue as closed after you resolve it so it appears as resolved in the status page.
Pushing to the master
branch triggers a deployment to
https://status.bitpaper.io.
You can directly set the Github Issues URL and the service check URL's
on the <issue-viewer>
element in index.html
.
<issue-viewer
known-issues-url="https://api.github.com/repos/TheProfs/bitpaper-status/issues?state=all"
service-check-urls="https://api.bitpaper.io/api/v1/status, https://bitpaper.io">
</issue-viewer>
- Nicholas Kyriakides, @nicholaswmin
- TheProfs (Owners)