Alexander
Alexander
I finally got my setup done, I should be able to test this one. I should have an update in a few days.
Can you share a bit more debug logging? Also what does the output of " docker inspect " name say?
Can anybody show me the output of the following command: `curl --unix-socket /var/run/docker.sock http://localhost/containers//json | jq ' .HostConfig.NetworkMode'` Please replace "" with your container name.
I am not familiar with the Swarm mode, but could it work if the container name list would be an expression? Like "home-assistant.*" will then match home-assistant.1.9ki34etc
I made some changes in the repository, can you pick up the latest "sensor.py"and "switch.py" and try it out, now e.g.: ``` rename: hass*: Home Assistant ``` Should work.
Where are you trying to deploy this?
At this moment de monitor_docker monitors through Docker API events if new containers are added (or if they are removed). I have seen people reporting issues e.g. portainer and the...
The problem is that the docker-compose version is not available in the Docker API (it is an external thing). Checking for latest version, goes a bit past the purpose of...
This worked before v1.10 or it never worked?
Ok, what do you see when you run "docker stats" on the same node? If there it is not available, it will not in the Docker API either.