ualex73 / monitor_docker

Monitor Docker containers from Home Assistant
Apache License 2.0
289 stars 35 forks source link

Please add container selection via labels #94

Open derekoharrow opened 2 years ago

derekoharrow commented 2 years ago

Love monitor_docker, but I have two choices - manually specify each and every container I want to monitor, or monitor the lot. The former is admin intensive and the latter means that anytime I start an ad-hoc container it gets picked-up and monitored even if I don't want it to - which becomes a pain when the container exits or is removed.

What would be great would be if docker labels could be used for monitor docker. If you could specify labels to look for and monitor the containers based on those then that would be fantastic!

Thanks

mdorchain commented 2 years ago

With additional labels for the icon and web ui url and it would be perfect.

hcoohb commented 1 year ago

That would be indeed terrific!

ualex73 commented 4 months ago

In the very near future, I will look into labels and how we can use them.