ualex73 / monitor_docker

Monitor Docker containers from Home Assistant
Apache License 2.0
267 stars 34 forks source link

Enhancement request - Docker compose sensor #88

Closed tamimology closed 1 month ago

tamimology commented 2 years ago

There is a sensor for docker version I believe it would be a good idea to have an optional sensor for docker-compose version, as well as check for the latest version of both

ualex73 commented 2 years ago

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 the monitor_docker (and it is not easy to build in to this custom component) ... If you want to check for the latest versions, there are multiple sites which can send you e.g. an email about it.

tamimology commented 2 years ago

Fair enough. For the version check i meant for the docker itself not containers (same for docker-compose).

Other than that this custome component is the best for docker on the web. Really.

Thanks Alex for your work

ualex73 commented 1 month ago

Closing it, it is an old one.