monitor_docker icon indicating copy to clipboard operation
monitor_docker copied to clipboard

Enhancement request - Docker compose sensor

Open tamimology opened this issue 3 years ago • 2 comments

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

tamimology avatar Dec 29 '21 10:12 tamimology

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.

ualex73 avatar Dec 29 '21 12:12 ualex73

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

tamimology avatar Dec 29 '21 22:12 tamimology