Skip to content

Releases: ualex73/monitor_docker

Added: Manifest.json version, it is required by Home Assistant

02 Mar 14:42
Compare
Choose a tag to compare
1.8

Added: Manifest.json version, it is required by Home Assistant

Added: service to restart container

27 Feb 20:06
Compare
Choose a tag to compare
1.7

Merge branch 'master' of https://github.com/ualex73/monitor_docker

Added: Health sensor

27 Feb 13:47
52964ef
Compare
Choose a tag to compare
Merge pull request #51 from rsegers/master

Add Health Attribute for Containers

Fixed total memory percentage

26 Oct 11:02
Compare
Choose a tag to compare

Fixed: Total memory percentage is wrong when limits are set

Fixed: Don't repeat memory/cpu errors in logifile

28 Jul 13:13
Compare
Choose a tag to compare

Fixed: When memory/cpu is unavailable in API, report it once (not flood logfile). Some docker APIs don't report this (bug in the docker installation, no the integration)

Fixed allinone sensor (it didn't update properly)

16 Jul 10:45
Compare
Choose a tag to compare

Added: If only allinone is configured, it defaults to all sensors now
Fixed: allinone statistics didn't update properly

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)