Add collectd-amqp to the collectd image

This allows to write collected data via amqp.

Change-Id: Ieb88fd60d177f19a635ada9366193e57c516f90b
(cherry picked from commit 8bfa655007)
This commit is contained in:
Matthias Runge 2020-06-16 08:24:29 +02:00 committed by Marcin Juszkiewicz
parent 4d504c1ec9
commit b92446b922
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
{% if base_package_type == 'rpm' %}
{% set collectd_packages = collectd_packages + [
'collectd-amqp',
'collectd-amqp1',
'collectd-apache',
'collectd-bind',