diff --git a/utils/collectd/Makefile b/utils/collectd/Makefile index 70013ff48..330da5856 100644 --- a/utils/collectd/Makefile +++ b/utils/collectd/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=collectd PKG_VERSION:=5.8.1 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=https://collectd.org/files/ \ @@ -39,7 +39,6 @@ COLLECTD_PLUGINS_DISABLED:= \ dpdkevents \ dpdkstat \ drbd \ - ethstat \ fhcount \ genericjmx \ gmond \ @@ -129,6 +128,7 @@ COLLECTD_PLUGINS_SELECTED:= \ dns \ email \ entropy \ + ethstat \ exec \ filecount \ 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,email,email output,email,)) $(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,filecount,file count input,filecount,)) $(eval $(call BuildPlugin,fscache,file-system based caching framework input,fscache,))