Skip to content
This repository has been archived by the owner on Apr 21, 2020. It is now read-only.

Releases: newrelic/check_docker

Fix base-url

19 Feb 23:23
Compare
Choose a tag to compare

Support for Docker TLS

06 Feb 20:41
Compare
Choose a tag to compare

main() now accepts -tls-cert, -tls-key, -tls-ca

Fix missing meta/data information on non-devicemapper host

06 Feb 20:22
Compare
Choose a tag to compare

Fix missing meta/data information on non-devicemapper host

Refactor check_docker to be more idiomatic

06 Feb 04:13
Compare
Choose a tag to compare

Refactor check_docker to be more readable and easier to test.

  • check_docker now has both aufs and devicemapper testing environments.
  • check_docker now uses the proper go-dockerclient library.
  • check_docker now parses humanized byte sizes correctly.
  • check_docker will tell you which container ID & image name that are bad.
  • Testing is documented in README.md
  • Public API is totally backward compatible.

Initial Public Release

17 May 02:51
Compare
Choose a tag to compare

This is the initial public release.

The tarball contains a Linux binary and a MacOSX binary. Both are statically compiled with no dependencies.