|
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
PKG_NAME:=collectd |
|
|
|
PKG_VERSION:=5.7.1 |
|
|
|
PKG_RELEASE:=3 |
|
|
|
PKG_RELEASE:=4 |
|
|
|
|
|
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 |
|
|
|
PKG_SOURCE_URL:=https://collectd.org/files/ \
|
|
|
@ -55,6 +55,7 @@ COLLECTD_PLUGINS_DISABLED:= \ |
|
|
|
lua \
|
|
|
|
lvm \
|
|
|
|
lpar \
|
|
|
|
madwifi \
|
|
|
|
mbmon \
|
|
|
|
md \
|
|
|
|
memcachec \
|
|
|
@ -131,7 +132,6 @@ COLLECTD_PLUGINS_SELECTED:= \ |
|
|
|
iwinfo \
|
|
|
|
load \
|
|
|
|
logfile \
|
|
|
|
madwifi \
|
|
|
|
match_empty_counter \
|
|
|
|
match_hashed \
|
|
|
|
match_regex \
|
|
|
@ -337,7 +337,6 @@ $(eval $(call BuildPlugin,irq,interrupt usage input,irq,)) |
|
|
|
$(eval $(call BuildPlugin,iwinfo,libiwinfo wireless statistics,iwinfo,+PACKAGE_collectd-mod-iwinfo:libiwinfo)) |
|
|
|
$(eval $(call BuildPlugin,load,system load input,load,)) |
|
|
|
$(eval $(call BuildPlugin,logfile,log files output,logfile,)) |
|
|
|
$(eval $(call BuildPlugin,madwifi,MadWifi status input,madwifi,)) |
|
|
|
$(eval $(call BuildPlugin,match-empty-counter,empty-counter match,match_empty_counter,)) |
|
|
|
$(eval $(call BuildPlugin,match-hashed,hashed match,match_hashed,)) |
|
|
|
$(eval $(call BuildPlugin,match-regex,regex match,match_regex,)) |
|
|
|