This integration allows you to follow your docker containers. This is based on the work of ualex73: monitor_docker
- Through HACS custom repositories !
Configuration is done through the UI. Only parameter is the URL of the docker server (for example unix: ///var/run/docker.sock
or tcp://127.0.0.1:1234
).
You can also configure the refresh rate, this is 30 seconds by default.
See releases details
For each container following data are provided
- container status (running or not running)
- buttons to start, stop and restart a container if the container is running:
- start time
- used cpu percentage
- used memory percentage
- used memory
- memory limit
- total network tx
- total network rx