Get Alerts, When Containers Run Into Issues
I’m running docker containers for all side projects. Usually one single container. Sometimes multiple containers started by docker-compose[1].
If containers get issues, I want to get alerts.
What a typical monitoring requirement! But if you do some research, you will find the information is just overwhelming. cAdvisor, Prometheus, InfluxDB, etc. Excuse me? Can’t we have a simple solution for this simple requirement? Here is my answer. Try it and discuss with me.