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
parent 47df050742
commit 6e66387068
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,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',