[collectd-changes] collectd, the system statistics collection daemon: Changes to 'refs/tags/collectd-5.2.1'
Florian Forster
octo at verplant.org
Sun Jan 27 14:41:09 CET 2013
Tag 'collectd-5.2.1' created by Florian Forster <octo at collectd.org> at 2013-01-27 13:40 +0100
Tag for version 5.2.1.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iQIcBAABAgAGBQJRBS5rAAoJEFCaZHVExRxohOwQAMOz/UOJIP0/z0HIt7Oh1crg
H9fLxVfeJPV9deVJgYTnjd5doNB7aAf++Esng3X+6yIb4zrFcnW7UVmSwNxVviDe
zVN0oejH9xeA7DdCkyPq9SmWgGD/Igw/9uRb80FsMfcNMP7NneWbka6fUsqkiLJ2
KLZndvzNnS8VwszglsLzrgd0kUfAgbe2UvCm/nCFdiYKthaDOlvCjJAleS8iq7L6
/BjX4xRrPXl01G0IpoPE2R1vYHIBXEWg9tAOv2kUEJsCaGr9cJXqOa9J6t2E8RpS
kz6zvJHX85dCtfSx+mh+oWy6PaFDG/sJXl3M5b+DD6WQuXxITDUSylFBhW9nrhDi
8SH6UX6HTaXLMYbYpDuvS8LJnM/ZOGKfBk7pB2QzsT2bLs428FN57HWsANMZU6Hk
rmP5OkqpBZ79kWHyX97SsUKJ5yZRUclquCkmELuV6QBN/f9R/O+JhCwxNcxumSKG
Ayiw9U3aPUr+zSdkIPRDJXCSxBCwS+k2axArmAjeyixr9pO1Uym2lWBZwBs8RCrK
CJ1MiPdPVO28Lagzr8LrjUWM0vXbjPDq34CpyBOBL9XP7U/ANG+kNQb2Qohk/me/
Pimq4oB/L18JYC9kMicnDv1xvy+Mbuu8yeR4rj3VgKBXb6UQTJpwLReftu8Yfl3P
n5+bMJ/T1HhSxTVOmY13
=xbtm
-----END PGP SIGNATURE-----
Changes since collectd-5.2.0:
Bernd Ahlers (1):
Add missing "Graphite" to the amqp format list.
Ed Schouten (1):
src/utils_dns.c: Improve ordering of includes.
Florian Forster (23):
collectd.conf(5): Add the per-plugin interval to the synopsis.
collectd-tg(1): Add manpage.
varnish plugin: Make sure the argument passed to VSM_n_Arg() is not NULL.
Merge remote-tracking branch 'github/collectd-5.2' into collectd-5.2
zfs_arc plugin: Fix the type used for mutex misses.
Merge remote-tracking branch 'github/collectd-5.2' into collectd-5.2
format_graphite: Implement the "separate instances" and "always append ds" options.
src/types.db: Remove the maximum value from "timeleft".
ethstat plugin: Fix the map lookup.
dbi plugin: Replace cdbi_config_set_string() with cf_util_get_string().
Merge branch 'collectd-4.10' into collectd-5.1
Merge branch 'collectd-5.1' into collectd-5.2
write_graphite: Decrease a buffer size.
Merge remote-tracking branch 'origin/collectd-5.2' into collectd-5.2
write_graphite: Use the complain mechanism to report connection errors.
src/utils_complain.[ch]: Fix the complaint mechanism after the sub-second change.
write_graphite plugin: Remove two more redundant error messages.
src/Makefile.am: Fix "make distcheck".
Bumped version to 5.1.2; Updated ChangeLog.
Merge branch 'collectd-5.1' into collectd-5.2
Bumped version to 5.2.1; Updated ChangeLog.
Merge remote-tracking branch 'origin/collectd-5.2' into collectd-5.2
Updated ChangeLog.
Jeff Schroeder (1):
Fixed a small typo in the ethstat plugin
Pierre-Yves Ritschard (1):
fix redis default node initialization
Sebastian Harl (5):
README: Added 'pf' and 'aggregation' plugins.
collectd.conf: Added a short explanation to the 'Interval' setting.
collectd.conf: Added example PostgreSQL writer configuration.
postgresql plugin: Fixed a memory leak occurring on every (successful) write.
postgresql plugin: Don't access realloc'ed memory.
Yves Mettier (6):
Fix for nanosleep missing on Solaris
Fix when gcrypt.h is missing (libcollectdclient)
Fix make distcheck (against release 5.1.1)
make distcheck : perllocal.pod was missing. Fixed
bugfix ("cannot find collectd.h") for branch master (and 5.2)
Added "tar-pax" (bugfix for long filenames with make distcheck)
Zuhaib M Siddique (1):
Updating data source for collectd v5, see https://collectd.org/wiki/index.php/V4_to_v5_migration_guide
---
ChangeLog | 46 ++++++++++++++++++++++
README | 7 ++++
bindings/Makefile.am | 11 ++----
bindings/perl/uninstall_mod.pl | 8 ++++
clean.sh | 4 +-
configure.in | 2 +-
contrib/collection3/etc/collection.conf | 18 ++++-----
src/Makefile.am | 7 +++-
src/amqp.c | 7 +++-
src/apcups.c | 2 +-
src/collectd-tg.pod | 65 +++++++++++++++++++++++++++++++
src/collectd.conf.in | 20 ++++++++++
src/collectd.conf.pod | 11 ++++--
src/dbi.c | 33 ++--------------
src/ethstat.c | 45 +++++++++++++++++----
src/libcollectdclient/Makefile.am | 2 +-
src/libcollectdclient/network_buffer.c | 12 ++++++
src/postgresql.c | 51 +++++++++++++++---------
src/redis.c | 5 ++-
src/types.db | 2 +-
src/utils_complain.c | 22 +++++------
src/utils_complain.h | 25 ++++++------
src/utils_dns.c | 59 +++++++++++++---------------
src/utils_format_graphite.c | 35 ++++++++++-------
src/utils_format_graphite.h | 6 ++-
src/varnish.c | 24 ++++++++----
src/write_graphite.c | 41 ++++++++++++-------
src/zfs_arc.c | 2 +-
version-gen.sh | 2 +-
29 files changed, 397 insertions(+), 177 deletions(-)
---
More information about the collectd-changes
mailing list