Hello, I have a host with Ubuntu 20.04.3 and Docker 20.10.12. Deploy the zabbix-agent2 using the docker image like this: docker run --name zabbix-agent -e ZBX_HOSTNAME = "cloud333" -e ZBX_SERVER_HOST = "192.168.30.140" -p 10050: 10050 --privileged -d zabbix / zabbix-agent2: alpine-trunk
I can monitor Linux parameters well:

but when I add the Docker template I can't see the data correctly:

No data

I have seen in some posts that it is necessary to add the user zabbix to the Docker group but always installing the agent direct in OS and I am using a container agent2.
What can I do to see the Docker statistics?
I can monitor Linux parameters well:
but when I add the Docker template I can't see the data correctly:
No data
I have seen in some posts that it is necessary to add the user zabbix to the Docker group but always installing the agent direct in OS and I am using a container agent2.
What can I do to see the Docker statistics?
Comment