Skip to content

Commit

Permalink
Service assurance plugins and write_prometheus
Browse files Browse the repository at this point in the history
This enables to send metrics and events to AMQP 1.0.
write_prometheus provides an exporter to be scraped by
prometheus.

This also moves turbostat to x86 plugins

Change-Id: Ibd3bc04f3cedbcf3e029579877f60e90eb7081e1
(cherry picked from commit 706b70d)
(cherry picked from commit 9bde747)
(cherry picked from commit 31a7792)
(cherry picked from commit 3f8db42)
  • Loading branch information
jtaleric authored and mrunge committed Oct 16, 2019
1 parent a36add6 commit 87486e7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docker/collectd/Dockerfile.j2
Expand Up @@ -13,15 +13,22 @@ 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',
'collectd-netlink',
'collectd-ovs-events',
'collectd-ovs-stats',
'collectd-ping',
'collectd-procevent',
'collectd-python',
'collectd-smart',
'collectd-snmp-agent',
'collectd-sysevent',
'collectd-utils',
'collectd-virt',
'collectd-write_kafka',
Expand Down

0 comments on commit 87486e7

Please sign in to comment.