[collectd-changes] collectd, the system statistics collection daemon: Changes to 'refs/tags/collectd-4.10.1'
Florian Forster
octo at verplant.org
Fri Jul 9 12:01:49 CEST 2010
Tag 'collectd-4.10.1' created by Florian Forster <octo at leeloo.lan.home.verplant.org> at 2010-07-09 11:01 +0200
Tag for version 4.10.1
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEABECAAYFAkw284EACgkQjvke9ZFSPD0v/wCdHZboCE9FdOopw2Dv97j3+p82
dUUAn2Hsf9afME6a8kPX8iWjk65VwX8L
=dDT8
-----END PGP SIGNATURE-----
Changes since collectd-4.10.0:
Alexander Wuerstlein (1):
Fix usage of Solaris /usr/bin/echo
Aurelien Reynaud (2):
processes.c: fix uninitialized variables warnings
snmp.c: compilation fixes for AIX
Florian Forster (30):
ChangeLog: Add attribution for the Pinba plugin.
python plugin: Remove "const" of usage strings.
python plugin: Disable strict aliasing.
rrdtool plugin: Degrade a less than helpful warning to a debug message.
collectd-python(5): Fix POD syntax error.
src/Makefile.am: Fix building / packaging without the Pinba plugin.
Merge remote branch 'origin/collectd-4.9' into collectd-4.9
snmp plugin: Don't print a warning if the ASN type is "ASN_NULL".
snmp plugin: csnmp_value_list_to_value: Include the OID in the log message.
collectd.conf(5): Added documentation for the pinba plugin.
contrib/GenericJMX.conf: Use the "jmx_memory" type.
Merge remote branch 'tokkee/sh/collectd-4.9' into collectd-4.9
bind plugin: Fix building with --enable-standards.
Merge branch 'collectd-4.9' into collectd-4.10
bindings/java/Makefile.am: Fix rebuilding of Java plugins.
swap plugin: Use "strtoderive" to parse strings.
src/common.h: Add some documentation for "strtoderive".
Merge remote branch 'trenkel/collectd-4.10' into collectd-4.10
collection3: Add graphs for "bitrate", "signal_power", "signal_quality", and "snr".
collection3: Add Windows data sources to the "memory" graph.
collection3: df_complex graph: Add "reserved" space.
df plugin: Report an error if "cu_mount_getlist" fails.
df plugin: Remove the complaint code again.
Remove usage of obsoleted XSI extensions wrt. the "test" command.
src/plugin.c: Check "read_loop" when returning from "pthread_cond_timedwait".
Bumped version to 4.9.3; Updated ChangeLog.
ChangeLog: Fix the release date for 4.9.3.
Merge branch 'collectd-4.9' into collectd-4.10
swap plugin: Multiply swap sizes by 1024.
Bumped version to 4.10.1; Updated ChangeLog.
Johan Van den Brande (1):
Bugfix for libcollectdclient lcc_putval.
Luke Heberling (1):
powerdns plugin: Fixed communication when talking to pdns 2.9.22.
Max Henkel (2):
configure.in: htonll check depends on linker
collectd2html.pl: Produce XHTML output.
Sebastian Harl (3):
collectd.conf.in: Added a sample config for the âmodbusâ plugin.
collectd.conf.in: Added further sample config options.
collectd.conf(5): Fixed some typos.
Sven Trenkel (4):
python: Fixed a crash if the plugin was loaded but not configured.
python: Fixed some memory leaks in the write and notification callbacks.
Merge branch 'collectd-4.9' into collectd-4.10
python plugin: Switch back to calling the type object to create a new object like in collectd-4.9.
Timur Kirilichev (1):
collectd2html.pl: Further improvements to the XHTML support.
Yuri D'Elia (1):
collectd2html: Fixed recursive mode.
---
ChangeLog | 47 +++++++++++++++++-
bindings/java/Makefile.am | 2 +-
configure.in | 6 +-
contrib/GenericJMX.conf | 13 ++++-
contrib/collectd2html.pl | 49 +++++++++++-------
contrib/collection3/etc/collection.conf | 48 +++++++++++++++++-
src/Makefile.am | 10 +++-
src/bind.c | 6 ++-
src/collectd-python.pod | 1 +
src/collectd.conf.in | 64 +++++++++++++++++++++--
src/collectd.conf.pod | 85 +++++++++++++++++++++++++++++--
src/common.h | 2 +
src/cpython.h | 4 ++
src/df.c | 3 +
src/libcollectdclient/client.c | 4 +-
src/plugin.c | 7 ++-
src/powerdns.c | 21 ++++++--
src/processes.c | 5 ++
src/python.c | 20 ++++++--
src/pyvalues.c | 4 +-
src/rrdtool.c | 2 +-
src/snmp.c | 18 ++++++-
src/swap.c | 33 +++++-------
version-gen.sh | 4 +-
24 files changed, 377 insertions(+), 81 deletions(-)
---
More information about the collectd-changes
mailing list