mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
collectd: Update to 5.4.1
-update collectd to the current release 5.4.1 -fix sigrok glib check (upstream patch after 5.4.1) Note: Changes are required also to luci-statistics in Luci source. Patch in http://patchwork.openwrt.org/patch/5303/ Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
This commit is contained in:
+23
-5
@@ -8,12 +8,12 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=collectd
|
||||
PKG_VERSION:=4.10.8
|
||||
PKG_RELEASE:=3
|
||||
PKG_VERSION:=5.4.1
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||
PKG_SOURCE_URL:=http://collectd.org/files/
|
||||
PKG_MD5SUM:=7a60495208b9383225493c6dd6abb2f0
|
||||
PKG_MD5SUM:=6f56c71c96573a7f4f7fb3bfab185974
|
||||
|
||||
PKG_FIXUP:=autoreconf
|
||||
PKG_REMOVE_FILES:=aclocal.m4 libltdl/aclocal.m4
|
||||
@@ -24,12 +24,17 @@ PKG_BUILD_PARALLEL:=1
|
||||
PKG_USE_MIPS16:=0
|
||||
|
||||
COLLECTD_PLUGINS_DISABLED:= \
|
||||
amqp \
|
||||
apple_sensors \
|
||||
aquaero \
|
||||
battery \
|
||||
cgroups \
|
||||
cpufreq \
|
||||
curl_json \
|
||||
curl_xml \
|
||||
dbi \
|
||||
entropy \
|
||||
ethstat \
|
||||
genericjmx \
|
||||
gmond \
|
||||
hddtemp \
|
||||
@@ -37,29 +42,42 @@ COLLECTD_PLUGINS_DISABLED:= \
|
||||
ipvs \
|
||||
java \
|
||||
libvirt \
|
||||
lpar \
|
||||
mbmon \
|
||||
md \
|
||||
memcachec \
|
||||
memcached \
|
||||
mic \
|
||||
monitorus \
|
||||
multimeter \
|
||||
netapp \
|
||||
nfs \
|
||||
notify_desktop \
|
||||
notify_email \
|
||||
numa \
|
||||
nut \
|
||||
openvz \
|
||||
oracle \
|
||||
perl \
|
||||
pf \
|
||||
pinba \
|
||||
python \
|
||||
redis \
|
||||
routeros \
|
||||
rrdcached \
|
||||
serial \
|
||||
sigrok \
|
||||
statsd \
|
||||
swap \
|
||||
tape \
|
||||
tokyotyrant \
|
||||
uuid \
|
||||
varnish \
|
||||
vserver \
|
||||
write_graphite \
|
||||
write_mongodb \
|
||||
write_redis \
|
||||
write_riemann \
|
||||
xmms \
|
||||
zfs_arc \
|
||||
|
||||
@@ -106,11 +124,11 @@ COLLECTD_PLUGINS_SELECTED:= \
|
||||
sensors \
|
||||
snmp \
|
||||
syslog \
|
||||
tail \
|
||||
table \
|
||||
ted \
|
||||
tail \
|
||||
tcpconns \
|
||||
teamspeak2 \
|
||||
ted \
|
||||
thermal \
|
||||
unixsock \
|
||||
uptime \
|
||||
|
||||
Reference in New Issue
Block a user