Browse Source

Merge pull request #1717 from hnyman/collectd-entropy

collectd: Enable entropy plugin
lilik-openwrt-22.03
Steven Barth 9 years ago
parent
commit
671c1cec4d
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      utils/collectd/Makefile

+ 3
- 2
utils/collectd/Makefile View File

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=collectd
PKG_VERSION:=5.5.0
PKG_RELEASE:=2
PKG_RELEASE:=3
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=http://collectd.org/files/
@ -36,7 +36,6 @@ COLLECTD_PLUGINS_DISABLED:= \
curl_xml \
dbi \
drbd \
entropy \
ethstat \
fhcount \
genericjmx \
@ -109,6 +108,7 @@ COLLECTD_PLUGINS_SELECTED:= \
disk \
dns \
email \
entropy \
exec \
filecount \
fscache \
@ -300,6 +300,7 @@ $(eval $(call BuildPlugin,df,disk space input,df,))
$(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,exec,process exec input,exec,))
$(eval $(call BuildPlugin,filecount,file count input,filecount,))
$(eval $(call BuildPlugin,fscache,file-system based caching framework input,fscache,))


Loading…
Cancel
Save