We are investigating whether Zabbix is the monitoring solution that we can use for our infrastructure.
Our setup:
Zabbix host:
Docker:
-> zabbix-server
-> zabbix-frontend
-> zabbix-agent2
Host1:
Docker:
-> container1
-> container2
-> ...
-> zabbix-agent2 (used to read data from the docker network & host)
Host2:
Docker:
-> container3
-> container4
-> ...
-> zabbix-agent2 (used to read data from the docker network & host)
The configuration already works. In zabbix both Host1 & Host2 are seen as hosts, docker containers are visible and we get alerts when one of the containers goes down.
One of the things we are missing right now is a way to display the top 10 CPU/Memory intensive docker containers across all hosts on the Zabbix dashboard. We already found a way to show the top10 host CPU & memory information, but there doesn't seem to be a way to do the same for the docker containers.
How can we do that? Please let us know if you need extra information!
TLDR: How can we create a dashboard widget that shows us the top 10 CPU/Memory intensive docker containers across multiple hosts.
Our setup:
Zabbix host:
Docker:
-> zabbix-server
-> zabbix-frontend
-> zabbix-agent2
Host1:
Docker:
-> container1
-> container2
-> ...
-> zabbix-agent2 (used to read data from the docker network & host)
Host2:
Docker:
-> container3
-> container4
-> ...
-> zabbix-agent2 (used to read data from the docker network & host)
The configuration already works. In zabbix both Host1 & Host2 are seen as hosts, docker containers are visible and we get alerts when one of the containers goes down.
One of the things we are missing right now is a way to display the top 10 CPU/Memory intensive docker containers across all hosts on the Zabbix dashboard. We already found a way to show the top10 host CPU & memory information, but there doesn't seem to be a way to do the same for the docker containers.
How can we do that? Please let us know if you need extra information!
TLDR: How can we create a dashboard widget that shows us the top 10 CPU/Memory intensive docker containers across multiple hosts.
Comment