mozilla / playdoh

PROJECT DEPRECATED (WAS: "Mozilla's Web application base template. Half Django, half awesomeness, half not good at math.")
BSD 3-Clause "New" or "Revised" License
710 stars 107 forks source link

Add a /services/monitor skeleton #9

Open clouserw opened 13 years ago

clouserw commented 13 years ago

AMO & BAMO do health checks at /services/monitor and if anything is fishy it'll say what and throw a 500 error. When we launch a new site it's easy to ask IT to monitor that URL with nagios and anything that the site depends on gets free monitoring.

Examples:

https://addons.mozilla.org/services/monitor https://builder.addons.mozilla.org/services/monitor

fwenzel commented 13 years ago

Nice. Is this something you can liberate so I can import it?

clouserw commented 13 years ago

Yeah, it'll be good to clean it up too so things (like, "is dir r+w?") are consistent.

jsocol commented 13 years ago

I'm currently copying this to SUMO at the moment, as well. I'm definitely willing to help liberate instead.