Skip to content
This repository has been archived by the owner on Mar 24, 2022. It is now read-only.

Fix rubygems.org status check #98

Closed
wants to merge 1 commit into from

Conversation

evanphx
Copy link

@evanphx evanphx commented Jan 20, 2016

statuspage.io changed their CSS, so this needs to change too!

statuspage.io changed their CSS, so this needs to change too!
@TildeWill
Copy link

What about monitoring some part of the status site that isn't DOM/CSS dependent? Suggesting the RSS feed: https://status.rubygems.org/history.rss

@andistuder
Copy link
Contributor

AFAIK histroy.rss feed does not have the required data to evaluate the current status. Better would to to query https://status.github.com/api/status.json - this will return something like

{"status":"good","last_updated":"2016-02-05T09:12:28Z"}

see docs: https://status.github.com/api

@Khoulaiz
Copy link
Contributor

Khoulaiz commented Feb 6, 2016

I don't see why the status of github is relevant to this issue. Is there such a json query for rubygems, too?

@andistuder
Copy link
Contributor

@Khoulaiz 😊 I mixed something up here, thanks for spotting. But luckily, Rubygems offers a similar service: https://status.rubygems.org/api#status

@tjgrathwell
Copy link
Contributor

Fixed in #97 + edf3916

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

Successfully merging this pull request may close these issues.

5 participants