Releases: ualex73/monitor_docker
Added allinone sensor, total cpu 0-100%, fixed switch error
Added: Condition 'allinone' will only make 1 sensor per container with attributes
Added: Total docker CPU can displayed in 0-100%
Fixed: Some user got a switch error, this should be solved
Disable switch entities, Networkmode=none support, TLS fixes
Added: Option to disable all container switches
Added: If a container does not have networks stats, stop reporting errors about it
Added: TLS CertPath, fixing setup issue for certain users
Added: More debug logging when using TCP/HTTP socket
Fixed: Networkmode=none is ignored for monitoring
Updated: README with TLS settings
Fixed missing events of container creation and added more docker stats
Added: Docker stats: Containers stopped (@bacco007)
Added: Docker stats: Containers paused (@bacco007)
Added: Docker stats: total images (@bacco007)
Added: Docker event rename, in case of docker-compose up -d <name>
Fixed: Event monitoring (some events where lost), resulted in not monitoring newly created containers
Changed: Monitoring of created containers is delayed, because docker build
uses a lot of intermediate containers
Changed: If unix://
is used, it will be replaced with unix:///
(prevent user errors)
Fixed: Containers didn't default to all, when left empty
Fixed: Containers didn't default to all, when left empty (#7)
Fixed container update/image/status info
Fixed: container update/image/status info
Fixes and flake8 updates
Fixed: Errors during start of container (none impacting)
Fixed: Total memory/cpu as 0 after restart of HA
Changed: Removed dead code
Changed: Flake8 warnings/errors
Fixed: HACS issues
Initial release
This is the initial release of Monitor Docker.