Skip to content
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

Detect when GitLab is down #5

Closed
jayvdb opened this issue Oct 29, 2018 · 6 comments
Closed

Detect when GitLab is down #5

jayvdb opened this issue Oct 29, 2018 · 6 comments

Comments

@jayvdb
Copy link
Collaborator

jayvdb commented Oct 29, 2018

https://status.gitlab.com/ & https://api.status.io/1.0/status/5b36dc6502d06804c08349f7

The program should detect when GitLab systems are not operating well , and report that as a simple status. Use the JSON API endpoint mentioned above to get a machine readable version of GitLab status.

NOTE FOR GCI STUDENTS

You'll also have to solve #24 in which you need to add CLI interface to existing modes.

@arihantbansal
Copy link

Would a stand alone Python program suffice? I've already written one. Just asking if I can submit it.

@ksdme
Copy link
Owner

ksdme commented Oct 30, 2018

No, I don't think a stand-alone program would work in this context. You should be detecting when the service is down in a status provider class and report the issue. You can always re-use parts of your script to perform the actual detection.

@arihantbansal
Copy link

Okay.

@ksdme
Copy link
Owner

ksdme commented Nov 4, 2018

I did some research on how Gitlab's status page at https://status.gitlab.com works, turns out they use status.io. So, here we have the JSON API endpoint to get Gitlab's Status https://api.status.io/1.0/status/5b36dc6502d06804c08349f7

@ksdme
Copy link
Owner

ksdme commented Nov 4, 2018

You'll also have to solve #24 in which you need to add CLI interface to existing modes.

kx-chen added a commit to kx-chen/org-status that referenced this issue Nov 5, 2018
Add method to check Gitlab's status.

Closes ksdme#5
kx-chen added a commit to kx-chen/org-status that referenced this issue Nov 5, 2018
Add method to check Gitlab's status.

Closes ksdme#5
kx-chen added a commit to kx-chen/org-status that referenced this issue Nov 5, 2018
Add method to check Gitlab's status.

Closes ksdme#5
kx-chen added a commit to kx-chen/org-status that referenced this issue Nov 5, 2018
Add method to check Gitlab's status.

Closes ksdme#5
kx-chen added a commit to kx-chen/org-status that referenced this issue Nov 5, 2018
Add method to check Gitlab's status.

Closes ksdme#5
kx-chen added a commit to kx-chen/org-status that referenced this issue Nov 5, 2018
Add method to check Gitlab's status.

Closes ksdme#5
@ksdme ksdme closed this as completed in fea8003 Nov 5, 2018
@jayvdb
Copy link
Collaborator Author

jayvdb commented Nov 11, 2018

This issue reserved for Google Code-in task 4663390120181760.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants