[collectd-changes] collectd, the system statistics collection daemon: Changes to 'collectd-5.4'
Florian Forster
octo at verplant.org
Thu Aug 11 10:01:29 CEST 2016
src/libcollectdclient/client.c | 29 ++++++++++++++++++++---------
src/libcollectdclient/collectd/client.h | 7 +++++++
src/ping.c | 9 +++------
src/utils_db_query.c | 16 ++++++++++++++--
4 files changed, 44 insertions(+), 17 deletions(-)
New commits:
commit e5ec04602ccc08aa45d8a9e60d9bcb476d3f9655
Author: Florian Forster <octo at collectd.org>
Date: Sat Aug 6 21:21:56 2016 +0200
src/utils_db_query.c: Correctly handle return value of strjoin().
It returns the number of bytes, not zero, on success. This fixes a
bug introduced in 496ca2b758344bc6372ab0adf98ad8050f69b25a.
commit 496ca2b758344bc6372ab0adf98ad8050f69b25a
Author: Florian Forster <octo at collectd.org>
Date: Sat Aug 6 20:15:51 2016 +0200
src/utils_db_query.c: Check return status of strjoin().
Fixes: #4
commit 000a676164789647800cf6b265eb6b5e75bb9fdf
Author: Florian Forster <octo at collectd.org>
Date: Sat Aug 6 20:00:34 2016 +0200
libcollectdclient: Don't print anything to STDOUT by default.
Even with --enable-debug. This behavior is now controlled by the
"COLLECTD_TRACE" environment variable.
Fixes: #105
commit 67a330cb7ba890a03142a089ed1aebea8842072f
Author: Florian Forster <octo at collectd.org>
Date: Sat Aug 6 18:22:56 2016 +0200
ping plugin: Let start_thread() return gracefully when thread is already running.
Signaling an error caused the init function to signal an error, causing
the read callback to be unregistered on systems where init is called
more than once.
Fixes: #869
More information about the collectd-changes
mailing list