nickjj / build-a-saas-app-with-flask

Learn how to build a production ready web app with Flask and Docker.
https://buildasaasappwithflask.com
MIT License
954 stars 185 forks source link

System health monitoring #20

Closed nickjj closed 9 years ago

nickjj commented 9 years ago

Everything will be ran in a container when it comes to deploying it. Implement a way to get various health checks on each container and the overall system.

They will be accessible through the admin dashboard.

nickjj commented 9 years ago

Fixed on master.