commit 0c302393d4bfb021347bb23e8b63aa0470b17a67 Author: pleimer Date: Wed Aug 5 15:57:08 2020 -0400 Add collectd-libpod-stats to image This patch adds the installation of collectd-libpod-stats as part of the collectd image. The package is available in the centos-opstools repo. Collectd-libpod-stats monitors resource usage of running containers on a host, specifically those managed by the libpod library. Adapted for Train to affect only CentOS/RHEL 8 image. Upstream: https://github.com/pleimer/collectd-libpod-stats Change-Id: I12efbaae9c0795f29c2f68158127509fd1b543b0 Signed-off-by: pleimer (cherry picked from commit 094a49d41dd1f071cf5f6ac4220611e0ddd69c40) (cherry picked from commit ce7cd478449227acd0eca7fdd1670624efc22f3b) diff --git a/docker/collectd/Dockerfile.j2 b/docker/collectd/Dockerfile.j2 index a098e5b..9302f72 100644 --- a/docker/collectd/Dockerfile.j2 +++ b/docker/collectd/Dockerfile.j2 @@ -55,6 +55,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build {% if distro_python_version.startswith('3') %} {% set collectd_packages = collectd_packages + [ 'collectd-dpdk_telemetry', + 'collectd-libpod-stats', 'collectd-logparser', 'python3-sqlalchemy-collectd' ] %}