monitoringartist / zabbix-docker-monitoring

:whale: Docker/Kubernetes/Mesos/Marathon/Chronos/LXC/LXD/Swarm container monitoring - Docker image, Zabbix template and C module
https://hub.docker.com/r/monitoringartist/zabbix-agent-xxl-limited/
GNU General Public License v2.0
1.19k stars 266 forks source link

If zabbix_module_docker.so support ARM64? #177

Open e8-CaoKang opened 1 year ago

e8-CaoKang commented 1 year ago

In the AWS ECS Docker environment, when I start the zabbix agent, I get an error: cannot load module "zabbix_module_docker.so": /usr/lib/aarch64-linux-gnu/modules/zabbix_module_docker.so: cannot open shared object file: No such file or directory. My container environment is Debian GNU/Linux 11 ARM64. Is there an ARM64 version of zabbix_module_docker.so?

i-ky commented 1 year ago

Is there an ARM64 version of zabbix_module_docker.so?

@e8-CaoKang, I believe there isn't. You will need to compile the module yourself. If you encounter any difficulties, feel free to ask, I will try to help.

e8-CaoKang commented 1 year ago

OK. I will try to compile it.