Releases: ualex73/monitor_docker
Added: Manifest.json version, it is required by Home Assistant
1.8 Added: Manifest.json version, it is required by Home Assistant
Added: service to restart container
1.7 Merge branch 'master' of https://github.com/ualex73/monitor_docker
Added: Health sensor
Merge pull request #51 from rsegers/master Add Health Attribute for Containers
Fixed total memory percentage
Fixed: Total memory percentage is wrong when limits are set
Fixed: Don't repeat memory/cpu errors in logifile
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)
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
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)