Releases: timdaman/check_docker
Releases · timdaman/check_docker
v2.3.0
What's Changed
- Support Docker running under CGroups v1 and v2 by @xyu in #99
- Use CRITICAL if failure to connect to daemon by @Cyberes in #99
- Fix Manifest list patch KeyError: 'config' by @judokan9 in #99
- Fix exception handling to resolve issue #69 by @timdaman in #70
- Change container list output to be newline separated by @martialblog in #100
- Add option to exclude containers by their name by @martialblog in #103
- Improve check_swarm --swarm by using local node state by @martialblog in #105
- Fix ignore_paused not being usable by @ezkrg in #104
- Note, we changed
--ignore_pausedto--ignore-pausedfor consistency
- Note, we changed
- Fix cpu and memory flags in Podman thanks to @Virsacer by @martialblog in #106
Full Changelog: 2.2.2...2.3.0
v2.0.1
v2.0.0
Major update, mainly better version checks. (#30) Note: API change to use the proper units as documented by Nagios. You may notice large jumps in your graphs if units were previously being ignored. Note: Memory usage no-longer includes cache to match the way ‘docker stats’ does it. You likely will see a drop in memory usage from this. Made version check much better, it can now handle non-official registries. Added ability to specify size of a KB (1000 or 1024 bytes) Moved testing to use Pytest Added traceback to error handling for better bug reports. Handle unsupported memory units better, i.e. not with assert. Adjusted default registry to match Docker documentation. Round and truncate displayed values as appropriate