I have multiple network interface on the host (vm) machine since I'm using docker.

But I'm unable to detect the network other than eth0 and lo, my guess is that zabbix agent is only detecting local docker network.

When I try to mount
it throws
Any suggestions ?
Thanks.
But I'm unable to detect the network other than eth0 and lo, my guess is that zabbix agent is only detecting local docker network.
When I try to mount
Code:
-v /proc/net/dev:/proc/net/dev:ro
Code:
starting container process caused "Cannot start service zabbix-agent: OCI runtime create failed: container_linux.go:349: container init caused \"rootfs_linux.go:58: mounting \\\"/proc/net/dev\\\" to rootfs ...... cannot be mounted because it is inside /proc\\\"\"": unknown
Thanks.
Comment