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
This commit is contained in:
Matthias Runge 2018-06-04 09:47:33 +02:00
parent 9ef9cbeb8f
commit 46dbe79678
1 changed files with 1 additions and 0 deletions

View File

@ -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',