There are a lot of docker containers (maybe about 20/30 containers) and I want to monitor the docker containers:
- Which one is up and down?
- Is the individual container healthy or unhealthy?
I use Prometheus and cAdvisor. Additionally there is an Alertmanager to send notifications.
How do I have to configure the Prometheus/cAdvisor to answer the above questitions?
Thank's in forward.