diff options
author | Tomofumi Hayashi <tohayash@redhat.com> | 2018-07-10 13:58:49 +0900 |
---|---|---|
committer | Tomofumi Hayashi <tohayash@redhat.com> | 2018-07-10 15:26:57 +0900 |
commit | bfc1db4ee0c098354611b69d2929847a9845f48a (patch) | |
tree | 468c92c7471034287b5752b0c49a4fad1060140e /src | |
parent | 3e3432aeec95033853aea02db723d641b558b228 (diff) |
Enable write_redis plugin for barometer-collectd
This change is to enable write_redis plugin in collectd
due to DMA local-agent is going to use the plugin.
Change-Id: I522b41278bb020a48f33ac18f4ad08351e51ca36
Signed-off-by: Tomofumi Hayashi <tohayash@redhat.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/collectd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/collectd/Makefile b/src/collectd/Makefile index 7d306528..670c14fa 100644 --- a/src/collectd/Makefile +++ b/src/collectd/Makefile @@ -47,6 +47,7 @@ CONFIG_CMD += --with-libjevents=/usr/local CONFIG_CMD += --enable-exec CONFIG_CMD += --enable-python CONFIG_CMD += --enable-threshold +CONFIG_CMD += --enable-write_redis CONFIG_CMD += --disable-perl CONFIG_CMD += --with-librdkafka=/usr CONFIG_CMD += --disable-lvm |