Skip to content

Commit

Permalink
Deprecate legacy status page
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-z committed Nov 27, 2023
1 parent f0cea2d commit 4075e5f
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 5 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@

Still trying to see what this repo will be about. For now it's a barebones status page running on GitHub pages and using the healthchecks.io API. We can probably combine this with what's behind http://vm-status.watonomous.ca.

- `/` is adapted from [healthchecks-front](https://github.com/nicoandrade/healthchecks-front). This only supports one Healthchecks.io project.
- `/all` is adapted from [healthchecks/dashboard](https://github.com/healthchecks/dashboard). This supports multiple Healthchecks.io projects, but the UI is not as intuitive as `/` at first glance.
- `/` contains all Terraform-provisioned checks.
- `/legacy` is adapted from [healthchecks-front](https://github.com/nicoandrade/healthchecks-front). This only supports one Healthchecks.io project.
- `/legacy2` is adapted from [healthchecks/dashboard](https://github.com/healthchecks/dashboard). This supports multiple Healthchecks.io projects, but the UI is not as intuitive as `/` at first glance.

### Development

Expand Down
File renamed without changes.
25 changes: 22 additions & 3 deletions public/grouped.html → public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -176,9 +176,28 @@

<body class="theme-light">
<div id="panel">
<h1 data-readonly-key="tCsst0GSKpfvslmpmlsmivRrUCRuv6Iv">
Terraform-provisioned checks
</h1>
<h1>WATcloud Status</h1>
<p>
This page contains the status of the WATcloud compute infrastructure.
</p>
<h2>Useful links</h2>
<ul>
<li><a href="https://cloud.watonomous.ca">WATcloud website</a></li>
<li>
<a href="https://cloud.watonomous.ca/machines">Machine specs</a>
</li>
<li>
<a href="https://cloud.watonomous.ca/docs">WATcloud documentation</a>
</li>
<li>
<a href="./legacy">Legacy status page</a> (contains legacy access
instructions)
</li>
</ul>
</div>

<div id="panel">
<h1 data-readonly-key="tCsst0GSKpfvslmpmlsmivRrUCRuv6Iv">All checks</h1>
</div>

<div class="check-template">
Expand Down
File renamed without changes.

0 comments on commit 4075e5f

Please sign in to comment.