collectd: update to 5.5.0

Update collectd, base of Luci statistics, to 5.5.0.

Patches have been refreshed.
write-graphite plugin is now enabled. (see #1351)

I have compile-tested all plugins with ar71xx,
and real-life tested the following plugins:
Conntrack, Processor (CPU), DNS, Interfaces, Wireless, System Load,
Memory, Ping, Uptime

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
This commit is contained in:
Hannu Nyman
2015-07-16 15:15:22 +03:00
parent 77c01ad124
commit 106fd6a3a2
8 changed files with 56 additions and 43 deletions
+21 -5
View File
@@ -1,5 +1,5 @@
#
# Copyright (C) 2006-2014 OpenWrt.org
# Copyright (C) 2006-2015 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=collectd
PKG_VERSION:=5.4.2
PKG_VERSION:=5.5.0
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=http://collectd.org/files/
PKG_MD5SUM:=feff9fd0ed89e956d7cf12ba18cfc248
PKG_MD5SUM:=c39305ef5514b44238b0d31f77e29e6a
PKG_FIXUP:=autoreconf
PKG_REMOVE_FILES:=aclocal.m4 libltdl/aclocal.m4
@@ -27,21 +27,27 @@ COLLECTD_PLUGINS_DISABLED:= \
amqp \
apple_sensors \
aquaero \
barometer \
battery \
ceph \
cgroups \
cpufreq \
curl_json \
curl_xml \
dbi \
drbd \
entropy \
ethstat \
fhcount \
genericjmx \
gmond \
hddtemp \
ipc \
ipmi \
ipvs \
java \
libvirt \
log_logstash \
lvm \
lpar \
mbmon \
md \
@@ -56,6 +62,7 @@ COLLECTD_PLUGINS_DISABLED:= \
notify_email \
numa \
nut \
openldap \
openvz \
oracle \
perl \
@@ -67,19 +74,26 @@ COLLECTD_PLUGINS_DISABLED:= \
rrdcached \
serial \
sigrok \
smart \
statsd \
swap \
tape \
tokyotyrant \
turbostat \
uuid \
varnish \
virt \
vserver \
write_graphite \
write_kafka \
write_log \
write_mongodb \
write_redis \
write_riemann \
write_sensu \
write_tsdb \
xmms \
zfs_arc \
zookeeper
COLLECTD_PLUGINS_SELECTED:= \
apache \
@@ -135,6 +149,7 @@ COLLECTD_PLUGINS_SELECTED:= \
users \
vmem \
wireless \
write_graphite \
write_http \
PKG_CONFIG_DEPENDS:= \
@@ -327,4 +342,5 @@ $(eval $(call BuildPlugin,uptime,uptime status input,uptime,))
$(eval $(call BuildPlugin,users,user logged in status input,users,))
$(eval $(call BuildPlugin,vmem,virtual memory usage input,vmem,))
$(eval $(call BuildPlugin,wireless,wireless status input,wireless,))
$(eval $(call BuildPlugin,write-graphite,Carbon/Graphite output,write_graphite,+PACKAGE_collectd-mod-write-graphite:libpthread))
$(eval $(call BuildPlugin,write-http,HTTP POST output,write_http,+PACKAGE_collectd-mod-write-http:libcurl))