diff options
author | Maryam Tahhan <maryam.tahhan@intel.com> | 2017-11-29 11:48:19 +0000 |
---|---|---|
committer | Maryam Tahhan <maryam.tahhan@intel.com> | 2017-11-29 14:01:54 +0000 |
commit | bfb1d7536e376244a48275afdbb5693c80571ed1 (patch) | |
tree | 77b8d6da9e1c3a14df6c1a636a6193f6e436ccb5 /src/Makefile | |
parent | 016ec072effd1638b52179eb056fda2891bd3777 (diff) |
docker: add kafka support to collectd
Adds kafka support to collectd, cleaned up configuration files and updates
documentation.
Change-Id: Ie66ed22e8904e08e59aa7047d6afc9d176f3fb02
Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com>
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile index 4785e854..7c6c17cc 100644 --- a/src/Makefile +++ b/src/Makefile @@ -40,6 +40,7 @@ SUBDIRS += dpdk endif SUBDIRS += libpqos SUBDIRS += pmu-tools +SUBDIRS += librdkafka SUBDIRS += collectd SUBDIRS += collectd-openstack-plugins |