summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 6a78e22)
raw | patch | inline | side by side (parent: 6a78e22)
author | Marc Fournier <marc.fournier@camptocamp.com> | |
Tue, 4 Oct 2016 18:53:00 +0000 (20:53 +0200) | ||
committer | Marc Fournier <marc.fournier@camptocamp.com> | |
Tue, 4 Oct 2016 18:53:31 +0000 (20:53 +0200) |
README | patch | blob | history | |
contrib/redhat/collectd.spec | patch | blob | history |
index bb72ac2c4de609b2051883283ccc52b7e4084dc8..4741a7a76513fa04290ec5b2c55f9004df237c18 100644 (file)
--- a/README
+++ b/README
DNS traffic: Query types, response codes, opcodes and traffic/octets
transferred.
- - dpdk
+ - dpdkstat
Collect DPDK interface statistics.
- drbd
index 722de15b31bd0a1337b1df2ff754ac3fbd56e90e..07a0bab51ab8bc5218956b4952b5d9801b49a5c3 100644 (file)
%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
%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}
%{?_with_disk} \
%{?_with_dns} \
%{?_with_drbd} \
- %{?_with_dpdk} \
+ %{?_with_dpdkstat} \
%{?_with_email} \
%{?_with_entropy} \
%{?_with_ethstat} \
%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
* Tue Aug 23 2016 Marc Fournier <marc.fournier@camptocamp.com> - 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 <ruben@rubenkerkhof.com> - 5.6.0-1
- New PRE-RELEASE version