[collectd-changes] collectd, the system statistics collection daemon: Changes to 'collectd-5.5'

Florian Forster octo at verplant.org
Fri Oct 7 08:49:34 CEST 2016


 src/rrdcached.c |  106 +++++++++++++++++++++++++++++++++++++++++++++----------
 src/vserver.c   |   29 ++++++---------
 2 files changed, 98 insertions(+), 37 deletions(-)

New commits:
commit f8232cfe5e140b6c89dbe736480ae547a0e04374
Merge: f90895e a2e870f
Author: Florian Forster <octo at collectd.org>
Date:   Fri Oct 7 08:44:53 2016 +0200

    Merge remote-tracking branch 'github/pr/1961' into collectd-5.5

commit a2e870fa005e4612ed126a49fbebd8618e50da6f
Author: Sebastian Harl <sh at tokkee.org>
Date:   Sun Sep 25 13:40:57 2016 +0200

    Use readdir() instead of the deprecated readdir_r().
    
    Cf. https://sourceware.org/ml/libc-alpha/2016-02/msg00093.html

commit f90895e424aee58b19cd497a650a4592658f60ad
Author: Sebastian Harl <sh at tokkee.org>
Date:   Sat Sep 24 13:05:06 2016 +0200

    RRDCacheD plugin: Improve various RRD-related error messages.

commit 5818b2e6cb1fe66746375885419e9c75134f8cb6
Author: Sebastian Harl <sh at tokkee.org>
Date:   Sat Sep 24 12:55:40 2016 +0200

    RRDCacheD plugin: Try to reconnect upon failed operations.
    
    The RRD client library does not provide means to check the status of a
    connection and there's no way to detect that the connection is broken after,
    for example, the daemon restarted. To work around that, try to reconnect if
    any client operation fails.
    
    Reported via https://bugs.debian.org/657877




More information about the collectd-changes mailing list