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

Florian Forster octo at verplant.org
Fri Nov 17 09:37:37 CET 2017


 src/collectd.conf.in        |    2 +-
 src/collectd.conf.pod       |    4 +++-
 src/daemon/meta_data.c      |    1 -
 src/memcached.c             |    5 +++--
 src/netlink.c               |   25 ++++++++++++++++++-------
 src/postgresql_default.conf |   17 +++++++++--------
 6 files changed, 34 insertions(+), 20 deletions(-)

New commits:
commit ec613f7fe32e45de07333a2de8343ea69ac474cd
Author: Florian Forster <octo at collectd.org>
Date:   Wed Nov 15 22:31:47 2017 +0100

    src/daemon/meta_data.c: Fix double unlock.
    
    CID: 179245

commit 9c6a92b8a30d63f6b476ab0bf0d166f3de41a7b1
Author: Feike Steenbergen <feike.steenbergen at adyen.com>
Date:   Wed Nov 15 08:46:57 2017 +0100

    Fix documentation typo for PostgreSQL plugin
    
    In collectd/src/postgresql_default.conf the name for the backends
    query is plural, yet in the documentation it is singular. This caused
    me some lost time when running this plugin.
    
    It is also wrongly listed on the wiki:
    
    https://collectd.org/wiki/index.php/Plugin:PostgreSQL
    Signed-off-by: Florian Forster <octo at collectd.org>

commit 19b51c4abd9dbff16fb69d7eb84422f31c6130bc
Author: Marc Fournier <marc.fournier at camptocamp.com>
Date:   Wed Nov 8 17:26:51 2017 +0100

    postgresql: fix last sum() related parse errors
    
    These queries return empty values when a database doesn't have any
    tables yet, which results in collectd logging this error every Interval:
    
    ```
    db query utils: udb_result_submit: Parsing `' as derive failed.
    ```
    
    Related to #1905

commit cb6b71db9d0416b50849cc39d8d5f7dd75823cd3
Merge: 55ffaf9 41b1a66
Author: collectd bot <32910397+collectd-bot at users.noreply.github.com>
Date:   Sun Nov 5 07:26:30 2017 +0100

    Auto-Merge pull request #2518 from octo/issue/2510
    
    Automatically merged due to "Automerge" label

commit 41b1a6627f6c6139c9c47d018f0b78c423ed19f1
Author: Florian Forster <octo at collectd.org>
Date:   Sun Nov 5 06:23:24 2017 +0100

    netlink plugin: Improve error reporting for mnl_attr_validate2() and mnl_socket_recvfrom().
    
    Issue: #2510

commit 55ffaf9ad7c8b180ac0192adb1a6ff6adc72c5a3
Merge: e21b137 cb966fc
Author: Pavel Rochnyack <pavel2000 at ngs.ru>
Date:   Fri Oct 20 20:54:09 2017 +0700

    Merge branch 'collectd-5.6' into collectd-5.7

commit cb966fce03a0129ecaf028d0ff61bc543b343c5f
Author: Pavel Rochnyack <pavel2000 at ngs.ru>
Date:   Mon Oct 9 17:22:00 2017 +0700

    memcached: Fix CPU usage reporting
    
    Signed-off-by: Florian Forster <octo at collectd.org>

commit aa2c1d105467e1f098c70d43b095adb445458450
Author: Pavel Rochnyack <pavel2000 at ngs.ru>
Date:   Sun Mar 20 14:51:26 2016 +0600

    statsd: Document collectd behaviour when receiving the 0.000 timer value
    
    Signed-off-by: Florian Forster <octo at collectd.org>




More information about the collectd-changes mailing list