vmware-archive / projectmonitor

Big Visible Chart CI aggregator
http://ci.pivotallabs.com
BSD 2-Clause "Simplified" License
428 stars 120 forks source link

Fix rubygems.org status check #98

Closed evanphx closed 8 years ago

evanphx commented 8 years ago

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

TildeWill commented 8 years ago

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 commented 8 years ago

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 commented 8 years ago

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

andistuder commented 8 years ago

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

tjgrathwell commented 8 years ago

Fixed in #97 + edf391627a30aeb6d4317070fc8810d8d9bae254