Service assurance plugins and write_prometheus

This enables to send metrics and events to AMQP 1.0.
write_prometheus provides an exporter to be scraped by
prometheus.

Change-Id: Ibd3bc04f3cedbcf3e029579877f60e90eb7081e1
This commit is contained in:
Matthias Runge 2018-06-20 11:37:10 +02:00
parent f0cabe6890
commit 706b70d4bd
1 changed files with 5 additions and 0 deletions

View File

@ -13,8 +13,10 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
{% set collectd_packages = collectd_packages + [
'collectd-amqp1',
'collectd-apache',
'collectd-ceph',
'collectd-connectivity',
'collectd-disk',
'collectd-ipmi',
'collectd-mysql',
@ -22,12 +24,15 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
'collectd-ovs-events',
'collectd-ovs-stats',
'collectd-ping',
'collectd-procevent',
'collectd-python',
'collectd-smart',
'collectd-snmp-agent',
'collectd-sysevent',
'collectd-turbostat',
'collectd-utils',
'collectd-virt',
'collectd-write_prometheus',
'python-collectd-gnocchi'
] %}