cloudcoderdotorg / CloudCoder

A web-based programming exercise system.
GNU Affero General Public License v3.0
71 stars 59 forks source link

health monitoring infrastructure #65

Closed daveho closed 10 years ago

daveho commented 11 years ago

Now that we have the Health servlet that reports data about connected builder threads and submission queue size, we need a monitor that can alert us (by sending email) in the case that a webapp has no connected builders, or has excessive submission queue size, etc.

daveho commented 11 years ago

Servlet URL is http://servername/cloudcoder/health

daveho commented 10 years ago

This has been done for a while. (I should know - I get emails when my CloudCoder instances lose connectivity with their builders.)