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

Florian Forster octo at verplant.org
Fri Oct 7 08:53:57 CEST 2016


 contrib/examples/myplugin.c |    4 +-
 src/daemon/common.c         |    2 +-
 src/postgresql_default.conf |   16 +++----
 src/rrdcached.c             |  106 +++++++++++++++++++++++++++++++++++--------
 src/vserver.c               |   29 +++++-------
 5 files changed, 109 insertions(+), 48 deletions(-)

New commits:
commit d0408cb0dbef15d739a6b1cd047e9c94d7643329
Merge: 8476eff f8232cf
Author: Florian Forster <octo at collectd.org>
Date:   Fri Oct 7 08:51:29 2016 +0200

    Merge branch 'collectd-5.5' into collectd-5.6

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

commit f7b05ebf3311b4c6cb5289f1f7cd8ee02918ef92
Merge: 7df2428 0b97cf2
Author: Marc Fournier <marc.fournier at camptocamp.com>
Date:   Tue Sep 20 21:23:09 2016 +0200

    Merge branch 'collectd-5.4' into collectd-5.5

commit 7df2428077e2001fdfab3ebbb3bb74b0491b74bd
Author: Florian Forster <octo at collectd.org>
Date:   Wed Sep 14 09:00:00 2016 +0200

    contrib/examples/myplugin.c: Fix copy and paste error.

commit 0b97cf2d91851a6892ff025c6775a59d98a8bada
Author: Bernd Zeimetz <bernd at bzed.de>
Date:   Fri Sep 2 14:05:58 2016 +0200

    Also fix query_plans_by_table
    
    #1905 happens here obviously, too.

commit e73ae9a16ebf982dc5712a8e4f4d4f864187e08a
Author: Bernd Zeimetz <bernd at bzed.de>
Date:   Fri Sep 2 13:23:40 2016 +0200

    pgsql plugin: avoid parsing error from query_plans
    
    idx_scan/idx_tup_fetch can be NULL, avoid trying to parse that into a number.
    
    This should fix #1905.

commit 55826ee891fd643111c3ffd7a19795721e41f1c0
Author: Florian Forster <octo at collectd.org>
Date:   Fri Sep 2 10:48:08 2016 +0200

    src/common.c: parse_value: Quote string that failed to parse.
    
    Issue: #1905




More information about the collectd-changes mailing list