|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
|
PKG_NAME:=collectd |
|
|
PKG_NAME:=collectd |
|
|
PKG_VERSION:=5.11.0 |
|
|
PKG_VERSION:=5.11.0 |
|
|
PKG_RELEASE:=7 |
|
|
|
|
|
|
|
|
PKG_RELEASE:=8 |
|
|
|
|
|
|
|
|
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/ \
|
|
@ -106,7 +106,6 @@ COLLECTD_PLUGINS_DISABLED:= \ |
|
|
tape \
|
|
|
tape \
|
|
|
tokyotyrant \
|
|
|
tokyotyrant \
|
|
|
turbostat \
|
|
|
turbostat \
|
|
|
ubi \
|
|
|
|
|
|
uuid \
|
|
|
uuid \
|
|
|
varnish \
|
|
|
varnish \
|
|
|
virt \
|
|
|
virt \
|
|
@ -190,6 +189,7 @@ COLLECTD_PLUGINS_SELECTED:= \ |
|
|
ted \
|
|
|
ted \
|
|
|
thermal \
|
|
|
thermal \
|
|
|
threshold \
|
|
|
threshold \
|
|
|
|
|
|
ubi \
|
|
|
unixsock \
|
|
|
unixsock \
|
|
|
uptime \
|
|
|
uptime \
|
|
|
users \
|
|
|
users \
|
|
@ -453,6 +453,7 @@ $(eval $(call BuildPlugin,ted,The Energy Detective input,ted,)) |
|
|
$(eval $(call BuildPlugin,tcpconns,TCP connection tracking input,tcpconns,)) |
|
|
$(eval $(call BuildPlugin,tcpconns,TCP connection tracking input,tcpconns,)) |
|
|
$(eval $(call BuildPlugin,thermal,system temperatures input,thermal,)) |
|
|
$(eval $(call BuildPlugin,thermal,system temperatures input,thermal,)) |
|
|
$(eval $(call BuildPlugin,threshold,Notifications and thresholds,threshold,)) |
|
|
$(eval $(call BuildPlugin,threshold,Notifications and thresholds,threshold,)) |
|
|
|
|
|
$(eval $(call BuildPlugin,ubi,Unsorted block images,ubi,@NAND_SUPPORT)) |
|
|
$(eval $(call BuildPlugin,unixsock,unix socket output,unixsock,)) |
|
|
$(eval $(call BuildPlugin,unixsock,unix socket output,unixsock,)) |
|
|
$(eval $(call BuildPlugin,uptime,uptime status input,uptime,)) |
|
|
$(eval $(call BuildPlugin,uptime,uptime status input,uptime,)) |
|
|
$(eval $(call BuildPlugin,users,user logged in status input,users,)) |
|
|
$(eval $(call BuildPlugin,users,user logged in status input,users,)) |
|
|