From 04f27bdd38966e0b826b283d8790ce31fb467929 Mon Sep 17 00:00:00 2001 From: Marc Fournier Date: Tue, 4 Oct 2016 20:53:00 +0200 Subject: [PATCH] collectd.spec: the dpdk is actually called dpdkstat... --- README | 2 +- contrib/redhat/collectd.spec | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README b/README index bb72ac2c..4741a7a7 100644 --- a/README +++ b/README @@ -96,7 +96,7 @@ Features DNS traffic: Query types, response codes, opcodes and traffic/octets transferred. - - dpdk + - dpdkstat Collect DPDK interface statistics. - drbd diff --git a/contrib/redhat/collectd.spec b/contrib/redhat/collectd.spec index 722de15b..07a0bab5 100644 --- a/contrib/redhat/collectd.spec +++ b/contrib/redhat/collectd.spec @@ -166,8 +166,8 @@ %define with_barometer 0%{!?_without_barometer:0} # plugin grpc disabled, requires protobuf-compiler >= 3.0 %define with_grpc 0%{!?_without_grpc:0} -# plugin dpdk disabled, requires libdpdk -%define with_dpdk 0%{!?_without_dpdk:0} +# plugin dpdkstat disabled, requires libdpdk +%define with_dpdkstat 0%{!?_without_dpdkstat:0} # plugin lpar disabled, requires AIX %define with_lpar 0%{!?_without_lpar:0} # plugin mic disabled, requires Mic @@ -1071,10 +1071,10 @@ Collectd utilities %define _with_drbd --disable-drbd %endif -%if %{with_dpdk} -%define _with_dpdk --enable-dpdk +%if %{with_dpdkstat} +%define _with_dpdkstat --enable-dpdkstat %else -%define _with_dpdk --disable-dpdk +%define _with_dpdkstat --disable-dpdkstat %endif %if %{with_email} @@ -1766,7 +1766,7 @@ Collectd utilities %{?_with_disk} \ %{?_with_dns} \ %{?_with_drbd} \ - %{?_with_dpdk} \ + %{?_with_dpdkstat} \ %{?_with_email} \ %{?_with_entropy} \ %{?_with_ethstat} \ @@ -2044,8 +2044,8 @@ fi %if %{with_drbd} %{_libdir}/%{name}/drbd.so %endif -%if %{with_dpdk} -%{_libdir}/%{name}/dpdk.so +%if %{with_dpdkstat} +%{_libdir}/%{name}/dpdkstat.so %endif %if %{with_ethstat} %{_libdir}/%{name}/ethstat.so @@ -2538,7 +2538,7 @@ fi * Tue Aug 23 2016 Marc Fournier - 5.7.0-1 - New PRE-RELEASE version - New plugins enabled by default: hugepages -- New plugins disabled by default: dpdk +- New plugins disabled by default: dpdkstat * Sun Aug 14 2016 Ruben Kerkhof - 5.6.0-1 - New PRE-RELEASE version -- 2.11.0