Add collectd-amqp to the collectd image

This allows to write collected data via amqp.

Change-Id: Ieb88fd60d177f19a635ada9366193e57c516f90b
This commit is contained in:
Matthias Runge 2020-06-16 08:24:29 +02:00
parent 9fc8f3e987
commit 8bfa655007
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' %} {% if base_package_type == 'rpm' %}
{% set collectd_packages = collectd_packages + [ {% set collectd_packages = collectd_packages + [
'collectd-amqp',
'collectd-amqp1', 'collectd-amqp1',
'collectd-apache', 'collectd-apache',
'collectd-bind', 'collectd-bind',