Settings

Theme

Ask HN: how to develop a status page for a Rails app?

5 points by rodrigoavie 12 years ago · 3 comments · 1 min read


Hi everyone,

I have a huge Rails app with many usage points: web interface, 2 APIs, etc. and I want to show a status page for this app, decoupled from the app itself, of course, like GitHub, Bitbucket, Basecamp and so many others have.

How do you make this service know that the main services are running? How do they communicate? If the main service is on Rails, what do you use to develop the monitoring/status website?

skram 12 years ago

It really shouldn't have anything to do with your tech stack being Rails. You can just have some status page site or your own status site (see below) check a certain page/port/endpoint for each of your "usage points".

- Twilio open sourced theirs though it's Python: https://www.twilio.com/blog/2010/07/twilio-open-sources-stas...

- https://www.statuspage.io/ is a hosted version as are the following

- http://www.uptime.ly/

- https://statushub.io/

- https://status.io/

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection