Merge pull request #7529 from ignisf/collectd-ethstat

collectd: Introduce collectd-mod-ethstat
This commit is contained in:
Hannu Nyman
2018-11-28 22:30:20 +02:00
committed by GitHub
+3 -2
View File
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=collectd PKG_NAME:=collectd
PKG_VERSION:=5.8.1 PKG_VERSION:=5.8.1
PKG_RELEASE:=1 PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=https://collectd.org/files/ \ PKG_SOURCE_URL:=https://collectd.org/files/ \
@@ -39,7 +39,6 @@ COLLECTD_PLUGINS_DISABLED:= \
dpdkevents \ dpdkevents \
dpdkstat \ dpdkstat \
drbd \ drbd \
ethstat \
fhcount \ fhcount \
genericjmx \ genericjmx \
gmond \ gmond \
@@ -129,6 +128,7 @@ COLLECTD_PLUGINS_SELECTED:= \
dns \ dns \
email \ email \
entropy \ entropy \
ethstat \
exec \ exec \
filecount \ filecount \
fscache \ fscache \
@@ -350,6 +350,7 @@ $(eval $(call BuildPlugin,disk,disk usage/timing input,disk,))
$(eval $(call BuildPlugin,dns,DNS traffic input,dns,+PACKAGE_collectd-mod-dns:libpcap)) $(eval $(call BuildPlugin,dns,DNS traffic input,dns,+PACKAGE_collectd-mod-dns:libpcap))
$(eval $(call BuildPlugin,email,email output,email,)) $(eval $(call BuildPlugin,email,email output,email,))
$(eval $(call BuildPlugin,entropy,Entropy amount input,entropy,)) $(eval $(call BuildPlugin,entropy,Entropy amount input,entropy,))
$(eval $(call BuildPlugin,ethstat,Ethernet adapter statistics input,ethstat,))
$(eval $(call BuildPlugin,exec,process exec input,exec,)) $(eval $(call BuildPlugin,exec,process exec input,exec,))
$(eval $(call BuildPlugin,filecount,file count input,filecount,)) $(eval $(call BuildPlugin,filecount,file count input,filecount,))
$(eval $(call BuildPlugin,fscache,file-system based caching framework input,fscache,)) $(eval $(call BuildPlugin,fscache,file-system based caching framework input,fscache,))