-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IPFS Infrastructure Status Page #82
Comments
Some good status pages https://www.githubstatus.comhttps://status.circleci.comhttps://status.slack.com |
Interestingly github and circle both use https://statuspage.io |
Here's how things could look if we go for https://statuspage.io User view
Operator view
All OK |
I really want those health meters to pulse in a Knight Rider kind of way, but otherwise this is really nifty! |
I also tired out:
|
The cli builds out a static site, and then it's up to us where we want to publish it. This could let us host it on IPFS, but I'm assuming that the network status page is the one resource we should not post on IPFS itself. We can of course host it on any static resoruce server. I've not explored it further as it seems like we'd want to have a very comfortable and clear UI for reporting incidents, as those situations are stressful enough. Creating a static site is a reliable process, an could be entirely automated via github, but I want to check in with the operators who are using it to see what there prefences are. |
😆 Agreed. |
Main storage Cluster is missing from the services list (although I see it in your screenshots). Also, Pinbots. |
both statuspage and statusfy seem reasonable. are there other benefits to the self hosted version we like? ex the markdown or cli integrations? |
Related to #80 we need a more holistic overview of the health of the ipfs.io infrastucture. We want to visualise how things are running in a way that give a clear overview at the top level, and lets you drill into more info for each specific service and linking out to other telemetry services (netdata, grafana) where sensible to give the full details.
A status page of some sort has been suggested... popular public ones include
Some open source solutions
TODO:
The text was updated successfully, but these errors were encountered: