Closed
Bug 1295025
Opened 9 years ago
Closed 9 years ago
Redirect status.taskcluster.net to tools.taskcluster.net/status
Categories
(Taskcluster :: UI, defect)
Taskcluster
UI
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: dustin, Assigned: dustin)
Details
Attachments
(1 file)
|
7.94 KB,
image/png
|
Details |
We have two status pages right now. Both are served from static data and thus unlikely to be "down", but they display different information:
* http://status.taskcluster.net
- uptimerobot graphs, "up" or "down" status
* https://tools.taskcluster.net/status
- diagnostic test results
- external service status links
- (bug 1295024) queue length and provisioned resources
I think it's confusing to have two similarly-named sites serving the same kind of information. Let's combine.
| Assignee | ||
Comment 1•9 years ago
|
||
https://github.com/taskcluster/taskcluster-tools/pull/129 merges the two. Still to do:
* redirect status.tc.n to the tools site
* deprecate the tc-status repo
| Assignee | ||
Comment 2•9 years ago
|
||
OK, that's done and done, so just the patch to land.
Comment 3•9 years ago
|
||
Commit pushed to master at https://github.com/taskcluster/taskcluster-tools
https://github.com/taskcluster/taskcluster-tools/commit/518970c3da304a51c997ca96ea3266d12459c84d
Bug 1295025: merge uptimerobot status into tools/status, make it better (#129)
* reorganize layout a little
* fetch results from uptimerobot
* change display to use fontawesome rather than images
* do a better job of running timers
* remove hard-coded 'up' status
* fix review comments
* put uptimerobot monitor keys in env vars
* nits
| Assignee | ||
Comment 4•9 years ago
|
||
well, that's no fun
| Assignee | ||
Comment 5•9 years ago
|
||
Judging by the chrome devtools, that's because of mixed-content problems. I pushed a change to use https for uptimerobot.
| Assignee | ||
Comment 6•9 years ago
|
||
Yay, green thumbs all around!
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Component: Tools → UI and Tools
You need to log in
before you can comment on or make changes to this bug.
Description
•