[collectd-changes] collectd, the system statistics collection daemon: Changes to 'refs/tags/collectd-4.5.4'
Florian Forster
octo at verplant.org
Sat May 9 14:18:25 CEST 2009
Tag 'collectd-4.5.4' created by Florian Forster <octo at leeloo.lan.home.verplant.org> at 2009-05-09 13:00 +0200
Tag for version 4.5.4
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEABECAAYFAkoFcFgACgkQjvke9ZFSPD0+BgCfRV7y5F4uXwfBKKd229Oa4gWP
6eUAnRrLGX7MwQoOQnbF6CTlg3O485eU
=ySj1
-----END PGP SIGNATURE-----
Changes since collectd-4.5.3:
Adrian Perez (1):
contrib/collectd-network.py: Add pure-Python implementation of collectd's network protocol.
Bruno Prémont (7):
contrib/php-collection: A few more bug-fixes to the graphing scripts.
php-collection/definitions.php: Add missing MetaGraph for tcp_connections
php-collection: Fixes and multiple saved graph lists
php-collection/graph.php: Add missing error500() function
php-collection/definitions.php: Add MetaGraph definitions for bind plugin
php-collection/functions.php: Escape/avoid problematic characters in RRD commandline
php-collection: Add support for named graph lists as favorites
Doug MacEachern (10):
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
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.
Florian Forster (43):
dns plugin: Don't pass a NULL pointer to `pcap_open_live'.
README: Documented the `--with-fp-layout' configure option.
Merge branch 'bp/php-collection' into collectd-4.5
snmp plugin: Added a note about a potential bug that needs fixing.
contrib/collection3/bin/.htaccess: Add file.
contrib/collection3/bin/.htaccess: s/SetHandler/AddHandler/
contrib/collection3: Add the "DataDir" config option.
contrib/collection3: Add "Total" to "GenericIO" graphs.
contrib/collection3: Add the "IgnoreUnknown" config option.
contrib/collection3: Minor cleanups.
contrib/collection3: Fix stacking with NAN values.
rrdtool plugin: Fix a possible race condition at startup.
src/liboping/test_liboping.c: Remove legacy file.
contrib/collection3: Add the `index' to the parameters.
contrib/collecion3: Add graphs for `dns_opcode' and `io_octets'.
contrib/collection3: Add graph for "Table space" graphs.
contrib/collection3: Update bin/json.cgi to use the JSON module.
contrib/collection3: Minor HTML work-around for some browsers.
contrib/collection3: Fix two minor issues.
src/common.c, memory plugin: Fix a potential problem under Solaris.
contrib/collection3: Add the "height" parameter.
contrib/collection3: Add graph for `ps_cputime'.
contrib/collection3: Use {interface} in `if_octets' graphs.
Merge branch 'collectd-4.5' of octo at verplant.org:/var/lib/git/collectd into collectd-4.5
src/utils_cache.c: Fix an error message.
src/liboping/liboping.c: Fix a problem with strict aliasing.
network plugin: Improve a debugging message.
exec plugin: Allow executed programs to close STDERR.
collectd-unixsock(5): Fix two typos.
cpu plugin: Updated copyright information.
interface, memory, ping plugins: Update copyright information.
Various plugins: Update copyright information.
battery plugin: Fix a typo.
irq plugin: Force 32bit wrap-around.
email plugin: Don't assume `pthread_t' is a `unsigned long'.
memory plugin: Fix a formatstring error.
processes plugin: Comment out nonexistent struct members.
ntpd plugin: Fix dereference of type-punned pointer.
rrdtool plugin: Make absolutely sure two local variables are initialized.
processes plugin: Fix compilation issues under OpenBSD.
Build system: Straighten up building of the DF plugin.
configure.in: Hint towards the CFLAGS instead of using $CC.
Bumped version to 4.5.4; Updated ChangeLog.
Sebastian Harl (6):
collectd-unixsock(5): Slightly improved the description.
src/common.c: Fixed a race condition in check_create_dir().
postgresql_default.conf: Make sure the "disk_io" query does not return NULLs.
configfile, types_list: Improved error messages when handling "TypesDB".
configure: Prefixed cache-ids in AC_CACHE_CHECK with "c_cv_".
battery plugin: Don't complain about missing /proc/acpi/battery each interval.
Stefan Pfab (1):
contrib/collection3: Add "Wirkleistung" graph.
Tom Throckmorton (1):
contrib/exec-nagios.px: Make it possible to run the same script multiple times.
Tomasz Pala (1):
irq plugin: Parse interrupt counters as unsigned long long.
---
ChangeLog | 21 ++
README | 19 +-
configure.in | 185 ++++++++----
contrib/collectd-network.py | 318 ++++++++++++++++++++
contrib/collection3/bin/.htaccess | 2 +
contrib/collection3/bin/graph.cgi | 16 +-
contrib/collection3/bin/index.cgi | 3 +-
contrib/collection3/bin/json.cgi | 39 +--
contrib/collection3/etc/collection.conf | 43 +++-
contrib/collection3/lib/Collectd/Graph/Common.pm | 44 +++-
contrib/collection3/lib/Collectd/Graph/Config.pm | 3 +-
contrib/collection3/lib/Collectd/Graph/Type/Df.pm | 17 +-
.../lib/Collectd/Graph/Type/GenericIO.pm | 43 +++-
.../lib/Collectd/Graph/Type/GenericStacked.pm | 49 +++-
.../lib/Collectd/Graph/Type/PsCputime.pm | 97 ++++++
.../lib/Collectd/Graph/Type/TableSize.pm | 236 +++++++++++++++
.../lib/Collectd/Graph/Type/Wirkleistung.pm | 90 ++++++
.../collection3/lib/Collectd/Graph/TypeLoader.pm | 11 +-
contrib/exec-nagios.px | 16 +-
contrib/php-collection/browser.js | 115 +++++++-
contrib/php-collection/definitions.php | 56 ++++-
contrib/php-collection/functions.php | 49 ++--
contrib/php-collection/graph.php | 7 +
contrib/php-collection/index.php | 17 +-
src/Makefile.am | 3 +-
src/apcups.c | 10 +-
src/battery.c | 19 +-
src/collectd-unixsock.pod | 18 +-
src/collectd.h | 18 ++
src/common.c | 67 +++--
src/configfile.c | 9 +-
src/cpu.c | 4 +-
src/dns.c | 2 +-
src/email.c | 4 +-
src/exec.c | 22 ++-
src/hddtemp.c | 3 +
src/interface.c | 2 +-
src/ipmi.c | 6 +-
src/iptables.c | 2 +
src/irq.c | 10 +-
src/liboping/liboping.c | 20 --
src/liboping/test_liboping.c | 59 ----
src/load.c | 2 +-
src/mbmon.c | 4 +-
src/memcached.c | 7 +-
src/memory.c | 9 +-
src/network.c | 5 +-
src/nginx.c | 2 +
src/ntpd.c | 32 ++-
src/ping.c | 2 +-
src/plugin.c | 1 +
src/postgresql_default.conf | 14 +-
src/processes.c | 30 +-
src/rrdtool.c | 37 ++-
src/sensors.c | 1 +
src/snmp.c | 1 +
src/swap.c | 3 +
src/tcpconns.c | 20 +-
src/types_list.c | 4 +-
src/users.c | 6 +
src/utils_avltree.c | 2 +
src/utils_cache.c | 2 +-
src/utils_mount.c | 4 +-
src/utils_mount.h | 4 +-
src/uuid.c | 2 +-
src/vserver.c | 2 +
version-gen.sh | 2 +-
67 files changed, 1605 insertions(+), 367 deletions(-)
---
More information about the collectd-changes
mailing list