For my home network, I have a number of applications I run in docker compose. Zabbix has the ability to monitor these containers with agent2. I've reviewed this blog post
https://blog.zabbix.com/docker-conta...g-with-zabbix/
And it looks like the metrics for each container are stored under the docker host (vs creating a host for each container).
How do you monitor an application, that's part of docker compose?
For example. I run graylog which consists of three different containers, elasitcsearch, mongodb, and graylog. The container is an item under the docker host. How do I use Zabbix to then monitor that container?
Once solution is that I could create a host for graylog and monitor graylog with it's API and house the application level metrics in this new host.. But now my host level metrics in the zabbix provided container are disconnected from my application level metrics in another host.
How are others solving this?