[collectd-changes] collectd, the system statistics collection daemon: Changes to 'refs/tags/collectd-5.5.3'
Florian Forster
octo at verplant.org
Wed Nov 30 09:48:55 CET 2016
Tag 'collectd-5.5.3' created by Florian Forster <octo at collectd.org> at 2016-11-28 16:02 +0100
Tag for version 5.5.3.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iQIcBAABAgAGBQJYPFU0AAoJENQsaY4McFoVm4sP/2eRPZ0iYvX+FfYGhjPiMwTP
sJ/llUQJ9Pr6PNuMTXd31e16DRjQPHoqH7FNMBMawLRBrfOszw5cYoweCHq8CXZq
cJqYWj+6YIpCoHrnvNqWQDNb2/hkyLsor+Luc5Fup4p7UhylOFW5TmyjsPwn7l9/
EZm6d8od6HHw40FDbf4IN62OqLXUGNvsmjocvNQM6FcnoWyfVDVwlYWPIObnFXwo
Staeh6LlJ8qOEWdWgc65jROvbI2RYUIeEGfdkLBfqWXfGtDBJHg7jTL+S83WneN3
ovFe/wEz4lLDurb56yJ8bJrphTvicAG922d6wYNhxdYeYaBoI18bDivsElr5GSKP
M2TzSAF7CYGlNzvmTX+foAN26/X4XDWxcz2lVUyyxb2cuORmNjeUyQj9x8VcdirA
zD1MES3MXXBiP0JQ1jEm8eaSV49NAU9/uC9HXkiAOUeuLQM5XEYLHoQW6NhjWyfz
Abk4e7KSBGOEWYRIfic++2fF6MvRxiGBKNl2oQRoJUQrXWI1ZwUBbzp46lthRLea
Hi0F+rty6579H0W6AHR0j7VUxY/FZ69h84R87NopObYQSQNZxz9s7vLFSM39rlbA
lRE5bDBWmT3bZg2/RFcZhnHPC4Aym/IiaGj8WLs0ofaz5FxtRLpKsFkYMBklno8t
QAs+e7ASc60ku9n3V6aN
=9bs8
-----END PGP SIGNATURE-----
Changes since collectd-5.5.2:
Aurelien ROUGEMONT (1):
metadata: add comment about metadata functions use and threads safety
Bernd Zeimetz (2):
pgsql plugin: avoid parsing error from query_plans
Also fix query_plans_by_table
Chao Yang (1):
commom: Fixed AIX doesn't have MSG_DONTWAIT
David Gibson (1):
Fix conceptual buglet in default_callback
Florian Forster (29):
network plugin: Fix error message for GCRYCTL_INIT_SECMEM failure.
Bump version to 5.4.3; Update ChangeLog.
src/plugin.c: Stop write threads before calling shutdown callbacks.
ping plugin: Let start_thread() return gracefully when thread is already running.
libcollectdclient: Don't print anything to STDOUT by default.
src/utils_db_query.c: Check return status of strjoin().
Merge branch 'collectd-5.4' into collectd-5.5
src/utils_db_query.c: Correctly handle return value of strjoin().
network plugin: Initialize libgcrypt only when needed.
src/common.c: parse_value: Quote string that failed to parse.
plugin_dispatch_multivalue: Submit NAN when computing percantage of an empty set.
Merge remote-tracking branch 'github/pr/1909' into collectd-5.5
src/types.db: Remove minimum value from "power".
apache plugin: End statements with semi-colons.
contrib/migrate-4-5.px: Don't convert "ps_code" and "ps_data" to derive.
collectd.conf(5): Document the semantics of the "TypesDB" option in more detail.
curl_json plugin: Skip unexpected non-map values.
contrib/examples/myplugin.c: Fix copy and paste error.
Merge remote-tracking branch 'github/pr/1961' into collectd-5.5
Merge remote-tracking branch 'github/pr/1958' into collectd-5.5
battery plugin: Fix type in a warning.
write_riemann plugin: Fix order of includes.
src/write_riemann_threshold.h: Various fixes.
modbus plugin: Avoid sizeof(struct sockaddr).
Merge remote-tracking branch 'github/pr/2027' into collectd-5.5
write_kafka plugin: Fix support for librdkafka 0.9.0.
apcups plugin: Skip metrics not reported by the UPS.
Merge remote-tracking branch 'github/pr/2026' into collectd-5.5
Bump version to 5.5.3; Update ChangeLog.
Marc Fournier (6):
collectd.spec: remove misleading items from changelog
Changelog: fix unresolved merge conflict introduced in dc2eb04
Merge branch 'collectd-5.4' into collectd-5.5
fix a couple of typos spotted by Debian's lintian tool
configure.ac: make finding java deterministic
contrib/README: sort items
Markus Linnala (1):
utils_format_graphite: terminate buffer with \0
Michael Leinartas (1):
Add missing option to write_graphite example
Ruben Kerkhof (7):
Update spec file to 5.5.2
Bump spec file to 5.4.3
Merge branch 'collectd-5.4' into collectd-5.5
Merge branch 'collectd-5.4' into collectd-5.5
md: fix deprecation warning with latest glibc
Merge branch 'collectd-5.4' into collectd-5.5
powerdns plugin: fix parsing of last key
Sebastian Harl (6):
network plugin: Don't abort() if gcrypt initialization failed.
python plugin: Fix conversion of value-lists from Python to C.
write_kafka: Fix misleading indentation
RRDCacheD plugin: Try to reconnect upon failed operations.
RRDCacheD plugin: Improve various RRD-related error messages.
Use readdir() instead of the deprecated readdir_r().
Thomas Deutschmann (1):
Fix compilation against >=xfsprogs-4.7.0
trenkel (1):
Merge pull request #1846 from tokkee/collectd-5.4
---
ChangeLog | 234 ++++++++++++++++++++++++++++++-
configure.ac | 16 +--
contrib/README | 10 +-
contrib/examples/myplugin.c | 4 +-
contrib/migrate-4-5.px | 2 -
contrib/redhat/collectd.spec | 14 +-
src/apache.c | 2 +-
src/apcups.c | 74 +++++-----
src/battery.c | 2 +-
src/collectd-snmp.pod | 6 +-
src/collectd.conf.in | 1 +
src/collectd.conf.pod | 26 ++--
src/curl_json.c | 10 +-
src/daemon/common.c | 7 +-
src/daemon/meta_data.c | 11 ++
src/daemon/plugin.c | 12 +-
src/daemon/utils_match.c | 2 +-
src/libcollectdclient/client.c | 29 ++--
src/libcollectdclient/collectd/client.h | 7 +
src/md.c | 4 +
src/modbus.c | 16 +--
src/network.c | 57 ++++----
src/ping.c | 9 +-
src/postgresql_default.conf | 16 +--
src/powerdns.c | 2 +-
src/pyvalues.c | 34 +++--
src/rrdcached.c | 106 +++++++++++---
src/tail_csv.c | 2 +-
src/types.db | 2 +-
src/utils_db_query.c | 16 ++-
src/utils_format_graphite.c | 1 +
src/utils_mount.c | 9 +-
src/vserver.c | 29 ++--
src/write_kafka.c | 12 +-
src/write_redis.c | 2 +-
src/write_riemann.c | 16 +--
src/write_riemann_threshold.c | 7 +-
src/write_riemann_threshold.h | 34 ++++-
version-gen.sh | 2 +-
39 files changed, 624 insertions(+), 221 deletions(-)
---
More information about the collectd-changes
mailing list