From 46dbe7967842dfcee6c01dc3e9be7c7203d0177a Mon Sep 17 00:00:00 2001 From: Matthias Runge Date: Mon, 4 Jun 2018 09:47:33 +0200 Subject: [PATCH] Add collectd-snmp-agent to collectd Docker Receives and handles queries from SNMP master agent and returns the data collected by read plugins. Handles requests only for OIDs specified in configuration file. To handle SNMP queries the plugin gets data from collectd and translates requested values from collectd's internal format to SNMP format. Change-Id: I97fd12ccee9f546416111e0589f5d770119923af --- docker/collectd/Dockerfile.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/collectd/Dockerfile.j2 b/docker/collectd/Dockerfile.j2 index 74edc28129..5e28f06725 100644 --- a/docker/collectd/Dockerfile.j2 +++ b/docker/collectd/Dockerfile.j2 @@ -24,6 +24,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build 'collectd-ping', 'collectd-python', 'collectd-smart', + 'collectd-snmp-agent', 'collectd-turbostat', 'collectd-utils', 'collectd-virt',