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

Florian Forster octo at verplant.org
Mon Mar 14 20:12:42 CET 2011


 src/collectd.conf.pod |   13 +++++++++----
 src/filter_chain.c    |   15 ++++++++++++++-
 src/plugin.c          |   24 +++++++++++++++++-------
 src/processes.c       |    2 +-
 src/python.c          |   10 +++++-----
 5 files changed, 46 insertions(+), 18 deletions(-)

New commits:
commit 50c6b81549e3239034f71f00ff7dde4c6a8767e5
Merge: a694ecb e04cfcb
Author: Florian Forster <octo at huhu.verplant.org>
Date:   Mon Mar 14 20:08:24 2011 +0100

    Merge branch 'collectd-4.10' into collectd-5.0

commit e04cfcb9d1f1eed00bf11768db6d0540babe2e4e
Merge: ce0118a 27cd1bf
Author: Florian Forster <octo at huhu.verplant.org>
Date:   Mon Mar 14 20:06:53 2011 +0100

    Merge branch 'collectd-4.9' into collectd-4.10

commit 27cd1bfc12b4c3c81ccd2d3f2cc1f6ef5028a94f
Author: Gregory Szorc <gregory.szorc at gmail.com>
Date:   Fri Mar 4 22:25:45 2011 -0800

    dispatch proper values in Python write plugin
    
    Fixes the Python write callback so the appropriate value is dispatched to
    Python. Previously, the code only looked at the first element of a data set
    to determine which value type (GAUGE, COUNTER, etc) to dispatch. If your data
    set consisted of multiple values of different types, then the Python write
    plugin was receiving bad values for the elements at position n > 0 whose type
    was not the same as that at position 0.

commit 77f4a7f72ac4db1a7cb6b4da612211f2fdd93bfb
Author: Florian Forster <octo at huhu.verplant.org>
Date:   Tue Mar 8 09:36:13 2011 +0100

    processes plugin: Call kvm_close() after kvm_geterr().

commit c3f21e9b5b5f4955c9cb95f112e33ad1b85e92c6
Author: Sebastian Harl <sh at tokkee.org>
Date:   Tue Feb 22 10:17:46 2011 +0100

    collectd.conf(5): Mention MySQL privileges required for repl stats.

commit a545d8fc5d16f37e856cd70d62cc1488f888018f
Author: Sebastian Harl <sh at tokkee.org>
Date:   Tue Sep 7 22:03:54 2010 +0200

    collectd.conf(5): Be more verbose about how to access a notification daemon.

commit 20d8463f72bdf545e0ae063cb3d786b27502c619
Author: Sebastian Harl <sh at tokkee.org>
Date:   Tue Sep 7 21:45:44 2010 +0200

    filter_chain: Use a complaint to report plugin_write()'s ENOENT error.
    
    In most cases this is a permanent error, so using the complain mechanism
    avoids spamming the logs.

commit a63ec989fa64dc13da40fc9b96b4c3bc73fdfbc1
Author: Florian Forster <octo at huhu.verplant.org>
Date:   Wed Feb 9 07:28:03 2011 +0100

    src/plugin.c: Print a more verbose error message if lt_dlopen() fails.
    
    Since the Debian package doesn't depend on the libraries used by the
    collectd plugins, some plugins may fail to load. ltdl reports this with
    the very confusing error message "file not found". Since the plugin is
    in fact available, many users don't realize a dependency is missing and
    assume collectd is looking in the wrong directory -- and they are hardly
    to blame for this.
    
    This commit introduces a lengthy error message which hopefully points
    users into the right direction.




More information about the collectd-changes mailing list