Docker-alertd monitoring/alert daemon for docker containers

I wanted to share an alert daemon I made for docker containers (I wanted to post this in open source projects but it looks like that is a restricted forum)

I put it together in the last few days playing around with the docker API so it might be a little rough around the edges (not might, it is…) anyway let me know your thoughts.

It monitors containers through the API call to stats and sends email alerts based on thresholds set for CPU usage, memory usage, and running PID count. If you have any new feature requests, please let me know. I know there is a lot that can be added to it…

https://github.com/deltaskelta/docker-alertd