[collectd-changes] collectd, the system statistics collection daemon: Changes to 'refs/tags/collectd-4.6.3'
Florian Forster
octo at verplant.org
Tue Jun 2 11:24:30 CEST 2009
Tag 'collectd-4.6.3' created by Florian Forster <octo at leeloo.lan.home.verplant.org> at 2009-06-02 10:18 +0200
Tag for version 4.6.3
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEABECAAYFAkok7k0ACgkQjvke9ZFSPD2+yQCdE+vXGCdEg/Dt+mjk8jNTdSjr
IdUAnjJCHSkc0nUnJNDFQCxfzXiflFdu
=nHkE
-----END PGP SIGNATURE-----
Changes since collectd-4.6.2:
Adrian Perez (1):
contrib/collectd-network.py: Add pure-Python implementation of collectd's network protocol.
Andrés J. DÃaz (2):
src/plugin.c: Initiate the threshold checking again.
src/utils_cache.c: Fix incorrect checking of persistent thresholds.
Doug MacEachern (12):
src/plugin.c: Emit warning in load_plugin if !S_ISREG
Disable disable multi -arch flags to perl.c on OSX Compilation of perl.c fails with:
Restore BYTE_ORDER on DARWIN The files matching grep "define _POSIX_C_SOURCE" src/*.c on MacOSX do not compile: In file included from target_notification.c:60: collectd.h:172:3: error: #error "Cannot determine byte order"
Set process vmem_size and stack_size on FreeBSD
Set process vmem_size and stack_size on FreeBSD
tcpconns plugin: Compilation fixes for NetBSD.
uuid plugin: Pass `int' to `isxdigit'.
configure.in: Use AC_HEADER_STDBOOL
configure.in: Check for `mysql_get_server_version' in libmyql.
swap module: Include <vm/anon.h> on Solaris.
configure.in: Add hint for building solaris 64-bit binary.
Disable LFS flags to avoid 32-bit solaris sys/swap.h error
Florian Forster (41):
network plugin: Improve a debugging message.
exec plugin: Allow executed programs to close STDERR.
collectd-unixsock(5): Fix two typos.
dbi plugin: Be more specific about unknown field types.
Merge branch 'collectd-4.5' into collectd-4.6
mysql plugin: Updated copyright information.
mysql plugin: Fix a typo in my previous patch.
cpu plugin: Updated copyright information.
openvpn plugin: Correct copyright information.
interface, memory, ping plugins: Update copyright information.
src/libcollectdclient/: Check if EILSEQ is defined.
Merge branch 'collectd-4.5' into collectd-4.6
Various plugins: Update copyright information.
csv plugin: Update copyright information.
src/libcollectdclient/: Specify _XOPEN_SOURCE=600.
battery plugin: Fix a typo.
irq plugin: Force 32bit wrap-around.
Merge branch 'collectd-4.5' into collectd-4.6
email plugin: Don't assume `pthread_t' is a `unsigned long'.
memory plugin: Fix a formatstring error.
processes plugin: Comment out nonexistent struct members.
Merge branch 'collectd-4.5' into collectd-4.6
ntpd plugin: Fix dereference of type-punned pointer.
Various: Remove strict standards compliance defines.
bind plugin: Fixes for FreeBSD 7.1
rrdtool plugin: Make absolutely sure two local variables are initialized.
Merge branch 'collectd-4.5' into collectd-4.6
processes plugin: Fix compilation issues under OpenBSD.
Merge branch 'collectd-4.5' into collectd-4.6
libcollectdclient: Copy `sstrerror' from src/common.c.
Merge branch 'collectd-4.5' into collectd-4.6
Build system: Straighten up building of the DF plugin.
Merge branch 'collectd-4.5' into collectd-4.6
configure.in: Hint towards the CFLAGS instead of using $CC.
Merge branch 'collectd-4.5' into collectd-4.6
Bumped version to 4.5.4; Updated ChangeLog.
Merge branch 'collectd-4.5' into collectd-4.6
configure.in: Be more verbose if libperl exists but doesn't support ithreads.
rrdtool plugin: Make sure the initialization is run only once.
rrdtool plugin: If `flush' cannot find the requested file, issue an `INFO'.
Bumped version to 4.6.3; Updated ChangeLog.
Sebastian Harl (7):
battery plugin: Don't complain about missing /proc/acpi/battery each interval.
build system: (Hopefully) added support for libtool 1.5 _and_ 2.2.
collectd.conf: Added a sample ipmi config block.
collectd.conf(5): Mark {Min,Max}PGVersion as deprecated.
collectd.conf(5): Fixed alphabetic sorting of plugins.
configfile.c: Fixed Include'ing empty files.
ChangeLog: Fixed sorting of entries.
Tomasz Pala (1):
irq plugin: Parse interrupt counters as unsigned long long.
---
ChangeLog | 45 ++++++
Makefile.am | 2 +
configure.in | 121 +++++++++++++--
contrib/collectd-network.py | 318 ++++++++++++++++++++++++++++++++++++++++
src/Makefile.am | 3 +-
src/apcups.c | 10 +-
src/battery.c | 19 ++-
src/bind.c | 28 +---
src/collectd-nagios.c | 30 +---
src/collectd-unixsock.pod | 10 +-
src/collectd.conf.in | 9 +
src/collectd.conf.pod | 79 ++++++-----
src/collectd.h | 18 +++
src/configfile.c | 13 +-
src/cpu.c | 4 +-
src/csv.c | 2 +
src/dbi.c | 13 ++-
src/email.c | 4 +-
src/exec.c | 22 +++-
src/filter_chain.c | 38 -----
src/hddtemp.c | 3 +
src/interface.c | 2 +-
src/ipmi.c | 6 +-
src/iptables.c | 2 +
src/irq.c | 10 +-
src/libcollectdclient/client.c | 83 +++++++----
src/load.c | 2 +-
src/mbmon.c | 4 +-
src/memcached.c | 7 +-
src/memory.c | 4 +-
src/meta_data.c | 38 -----
src/mysql.c | 4 +-
src/network.c | 5 +-
src/nginx.c | 2 +
src/ntpd.c | 32 +++--
src/openvpn.c | 2 +-
src/ping.c | 2 +-
src/plugin.c | 4 +
src/processes.c | 30 ++--
src/rrdtool.c | 10 +-
src/sensors.c | 1 +
src/swap.c | 13 ++
src/target_notification.c | 38 -----
src/target_replace.c | 38 -----
src/target_set.c | 38 -----
src/tcpconns.c | 20 ++-
src/users.c | 6 +
src/utils_cache.c | 4 +-
src/utils_mount.c | 4 +-
src/utils_mount.h | 4 +-
src/uuid.c | 2 +-
src/vserver.c | 2 +
version-gen.sh | 2 +-
53 files changed, 813 insertions(+), 399 deletions(-)
---
More information about the collectd-changes
mailing list