-
Notifications
You must be signed in to change notification settings - Fork 28
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
Add Server Outage information #1982
Conversation
CannonLock
commented
Feb 4, 2025
- Display when a server connected/disconnected
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can foresee this nice time bar is going to be one of the most significant features on our OSDF website. Users are desperate to figure out what happens when they can get an object from a server. So I wonder if it is ok to move this component to dashboard? Is the general public allowed to see it?
Also, I find a similar website for OSPool. https://status.osg-htc.org/ Are access point outage and server restart considered the similar situation? If so, could we reuse the same component to display the server restarts? That could give users a more coherent experience. Maybe we can at least use the same color scheme (red represents outage).
One more nitpicky thing - could you squash the commits with similar commit messages? git rebase -i HEAD~4
Nice to have in another PR: build some kind of connection between the “status” in the details table of a server and this new time bar.
web_ui/frontend/app/director/metrics/components/ServerUptime.tsx
Outdated
Show resolved
Hide resolved
web_ui/frontend/app/director/metrics/components/ServerUptime.tsx
Outdated
Show resolved
Hide resolved
0fcc291
to
62e7fe7
Compare
- Display when a server connected/disconnected
62e7fe7
to
8f58c36
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀