mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
collectd: Enable entropy plugin
Enable the entropy plugin that monitors the available entropy in a Linux system. Works ok and has no library dependencies. Tested on ar71xx/WNDR3700. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
This commit is contained in:
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=collectd
|
PKG_NAME:=collectd
|
||||||
PKG_VERSION:=5.5.0
|
PKG_VERSION:=5.5.0
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=3
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||||
PKG_SOURCE_URL:=http://collectd.org/files/
|
PKG_SOURCE_URL:=http://collectd.org/files/
|
||||||
@@ -36,7 +36,6 @@ COLLECTD_PLUGINS_DISABLED:= \
|
|||||||
curl_xml \
|
curl_xml \
|
||||||
dbi \
|
dbi \
|
||||||
drbd \
|
drbd \
|
||||||
entropy \
|
|
||||||
ethstat \
|
ethstat \
|
||||||
fhcount \
|
fhcount \
|
||||||
genericjmx \
|
genericjmx \
|
||||||
@@ -109,6 +108,7 @@ COLLECTD_PLUGINS_SELECTED:= \
|
|||||||
disk \
|
disk \
|
||||||
dns \
|
dns \
|
||||||
email \
|
email \
|
||||||
|
entropy \
|
||||||
exec \
|
exec \
|
||||||
filecount \
|
filecount \
|
||||||
fscache \
|
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,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,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,))
|
||||||
|
|||||||
Reference in New Issue
Block a user