Skip to content

Releases: m-erhardt/check-container-stats

v1.0.0

16 Nov 13:13
v1.0.0
970e105
Compare
Choose a tag to compare

Changelog

  • Breaking change in check_container_stats_docker.py
    • Instead of calling the docker-binary via subprocess.run() the plugin now directly queries the Docker daemon API via the socket file. This results in a number of key improvements:
      • Execution time cut in half (I measured an average of ~1s instead of 2.5s in v0.x)
      • Precision of perfdata metrics for net I/O and block device I/O improved (as we now get the counters in raw bytes from the API instead of rounded KB/MB/GB values from docker stats output)
      • No change in input parameters
      • No change in perfdata metrices (besides additional min/max values)
  • Additional plugin check_docker_system.py was added
  • No change in check_container_stats_podman.py

v0.8.0

02 Feb 08:42
d03db0f
Compare
Choose a tag to compare

Changelog

  • Improved unit detection in docker stats / podman stats output
  • Fixed edge case in check_container_stats_podman.py where podman returned empty metrics

v0.7.0

09 Dec 07:33
1188821
Compare
Choose a tag to compare

Initial release