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 /systems/centos | |
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 'systems/centos')
-rwxr-xr-x | systems/centos/7/build_base_machine.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/systems/centos/7/build_base_machine.sh b/systems/centos/7/build_base_machine.sh index 68735714..7e1cf2da 100755 --- a/systems/centos/7/build_base_machine.sh +++ b/systems/centos/7/build_base_machine.sh @@ -54,6 +54,7 @@ libvirt-daemon mcelog wget net-snmp-devel +hiredis-devel # install epel release required for git-review epel-release |