Sanderhuisman / docker_monitor

Apache License 2.0
15 stars 5 forks source link

Container Network Total Up/Down Unavailable #32

Closed squirtbrnr closed 4 years ago

squirtbrnr commented 4 years ago

Maybe this was discussed somewhere and I missed it, but I noticed any container I have with the option --net=host fails to gather network stats. Containers that use the docker network and port forward work just fine. Is there a work around to get network total stats for containers using the host interface/network?

ualex73 commented 4 years ago

No, there is no network information available if "--net=host" is used. So that can not be fixed/improved.