-
Notifications
You must be signed in to change notification settings - Fork 75
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
Status page for *.decred.org #1163
Comments
Also: Maybe the monitoring code could also keep an eye on all the VSP hosts (14 currently). But this might be quite a bit of work. Is there existing easy to use Go code that you just feed a list of hosts and it does the job? And should it really be in dcrweb or somewhere else? |
First stab at a status page, set up using Uptime Kuma. Public status page: For internal use: Further plans:
Comments, suggestions welcome. |
Thanks, added to the PoC.
Good idea, I'll look into it.
The PoC is built on Uptime Kuma, that is a decent platform to implement this.
It has to be separate from and not dependent in any way on the systems it is monitoring so that when there's an outage it can reliably detect (and send notifications, ideally). |
Ok thanks. I guess discussing this status page is fine here, since decred.org is the face of everything and when the status page is up we should definitely link to it from decred.org. |
Amazing. I love Uptime Kuma. This should possibly go into a public repo that people can review/make PRs to. Sidenote, why can't I visit https://api.decred.org/ even though Uptime Kuma says it's alive? I keep getting 404s in my browser. |
Yeah if this gets adopted then the configuration/customizations would go in a repo.
It's a JSON endpoint at https://api.decred.org/?c=vsp |
@peterzen https://is.decred.online/ is down for me right now |
It would be great to set up a status page that monitors the health of:
https://decred.org
https://matrix.decred.org
https://dex.decred.org
... others?
It should monitor
The text was updated successfully, but these errors were encountered: