Skip to content

Releases: ualex73/monitor_docker

Added allinone sensor, total cpu 0-100%, fixed switch error

15 Jul 19:20
Compare
Choose a tag to compare

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

27 Jun 09:04
Compare
Choose a tag to compare

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

21 Jun 07:43
799a30f
Compare
Choose a tag to compare

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

19 Jun 15:15
Compare
Choose a tag to compare

Fixed: Containers didn't default to all, when left empty (#7)

Fixed container update/image/status info

15 Jun 05:12
Compare
Choose a tag to compare

Fixed: container update/image/status info

Fixes and flake8 updates

14 Jun 10:01
Compare
Choose a tag to compare

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

14 Jun 05:48
Compare
Choose a tag to compare

This is the initial release of Monitor Docker.