Skip to content

Releases: ualex73/monitor_docker

Include all 1.20bX fixes of the last year

Choose a tag to compare

@ualex73 ualex73 released this 25 May 09:14
78abdc4

Changes are described in:
1.19...78abdc4

Added image-hash sensor and fix precision when zero

Choose a tag to compare

@ualex73 ualex73 released this 19 Jan 11:58

Added: Image sensor
Fixed: Precision zero would always give .0

What's Changed

New Contributors

Full Changelog: 1.20b2...1.20b3

Fixed: SSL/TLS should be working again (experimental)

Choose a tag to compare

@ualex73 ualex73 released this 15 Jan 19:24

Fixed: SSL/TLS should be working again (experimental)

Full Changelog: 1.20b1...1.20b2

Fixed broken Docker Unix socket in 1.20b0

Choose a tag to compare

@ualex73 ualex73 released this 12 Jan 13:57
79a61c2

Fixed: broken Docker Unix socket in 1.20b0

What's Changed

New Contributors

Full Changelog: 1.20b0...1.20b1

Improved reconnect behavior

Pre-release

Choose a tag to compare

@ualex73 ualex73 released this 11 Jan 20:44

Improved: TCP timeout is <10 seconds instead of minutes
Improved: Reconnect if remote reboots (TCP FIN is send)
Improved: Reconnect if remote connection is gone (no TCP FIN is send)
Improved: Error logging
Changed: Removed Docker 19.04 and older support

What's Changed

New Contributors

Full Changelog: 1.19...1.20b0

Added Restart Button, Fixed recreate issue

Choose a tag to compare

@ualex73 ualex73 released this 28 Jun 14:03

What's Changed

  • Add Restart Button for containers by @briodan in #137
  • Fixed Recreate container could cause 'UnboundLocalError'
  • Update Dependencies

New Contributors

Full Changelog: 1.18...1.19

Fixed exception using multiple Docker env and empty condition list

Choose a tag to compare

@ualex73 ualex73 released this 26 May 11:35

Fixed: Multiple dockers env and empty monitored conditions causes exception. Bug was introduced in 1.16
Added: Support to rename entities (default is disabled), handy with Swarm mode

Full Changelog: 1.17...1.18

Bugfix release

Choose a tag to compare

@ualex73 ualex73 released this 24 May 19:32

Fixed: Re-create of container issues
Fixed: If monitored_conditions is missing, properly create sensors
Fixed: Disable error reporting if network continues to give errors
Fixed: Precise for cpu and memory sensors (was always 2)

Fixed: AllInOne

Choose a tag to compare

@ualex73 ualex73 released this 16 May 17:31

Fixed AllInOne, which was broken in 1.15 (#147)

1.15: Merge pull request #140 from chris-mc1/master

Choose a tag to compare

@ualex73 ualex73 released this 09 May 16:56
5ca0d13

New release, including bug fixes and conversion to full async.