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

Florian Forster octo at verplant.org
Tue Jan 5 11:48:15 CET 2010


 src/apache.c            |    2 +-
 src/collectd-python.pod |   10 ++++++
 src/collectd-snmp.pod   |    5 ++-
 src/collectd.conf.in    |   77 +++++++++++++++++++++++++++++++++++++++++++++++
 src/routeros.c          |   65 ++++++++++++++++++++++-----------------
 src/rrdtool.c           |    1 +
 6 files changed, 128 insertions(+), 32 deletions(-)

New commits:
commit f150642cf243a18f80be1ccdb9bb2ec2bbe4a284
Merge: 8a8f0e97f786efa0d0b0539e1358e92d55c13659 9622e4d30f90e9eefca1d43fefc6bf85785074d3
Author: Florian Forster <octo at huhu.verplant.org>
Date:   Tue Jan 5 11:48:07 2010 +0100

    Merge branch 'collectd-4.9'

commit 9622e4d30f90e9eefca1d43fefc6bf85785074d3
Merge: 6254a763a3103ee0d3a09726da53dfc8b3bc8dbc 0b4f63782617b308abf908fbb2fc7ec9afe039db
Author: Florian Forster <octo at huhu.verplant.org>
Date:   Tue Jan 5 11:47:44 2010 +0100

    Merge branch 'collectd-4.8' into collectd-4.9

commit 0b4f63782617b308abf908fbb2fc7ec9afe039db
Author: Florian Forster <octo at huhu.verplant.org>
Date:   Mon Jan 4 23:52:54 2010 +0100

    rrdtool plugin: Correctly initialize the ->random_variation member.
    
    This lead to huge negative values in that member, causing values to be only
    written to upon exit. D'oh!

commit 6254a763a3103ee0d3a09726da53dfc8b3bc8dbc
Author: plazmus <pseudo at egg6.net>
Date:   Thu Dec 31 10:00:25 2009 +0100

    apache plugin: Fix a segmentation fault in the config handling of VerifyPeer / VerifyHost.
    
    Hello,
    
    Today I upgraded a machine from 4.5.2 to 4.9.0. Everything went fine, but
    the new version segfaults immediately at startup. With some help from gdb
    I tracked down the problem to the apache module. It will occur if one
    tries to use the VerifyPeer/VerifyHost options (I guess few people use
    these as I don't see complaints?)
    
    When the plugin attempts to read the value of a boolean option, instead of
    using the pre-parsed int value, it misdetects the type of the option
    (seems a mechanical mistake) and tries to use the string pointer, which is
    actually NULL.
    I'm sending a patch, it's actually shorter than the description ;)
    
    Thanks to all developers and maintainers of collectd for working on it.
    Have a nice holidays.

commit 78a1662567c2fce42a50cdce39f85217b9fbe0ea
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Fri Dec 25 23:53:11 2009 +0100

    src/collectd.conf.in: Added an example config for the python plugin.

commit 5faa320a1632fe2f5a03fa0373eb3ebcf7aa26b9
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Fri Dec 25 23:52:56 2009 +0100

    src/collectd.conf.in: Added an example config for the netapp plugin.

commit 793e58da28422e7f5fdc1113ddd1da3c84ea16ce
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Fri Dec 25 23:47:20 2009 +0100

    src/collectd.conf.in: Add example config for the routeros plugin.

commit e2a838e0a38126a1c870e1608dcad73d1c2976eb
Author: Florian Forster <octo at huhu.verplant.org>
Date:   Wed Dec 23 18:49:28 2009 +0100

    routeros plugin: Use the node name for the "host" field.
    
    Using hostname_g doesn't make much sense when you can define multiple routers,
    so this is a bug because it doesn't allow specifying multiple routers as documented.

commit cde03c15d084dbc8a7a89d041da1e3067e5642a9
Author: Sebastian Harl <sh at tokkee.org>
Date:   Tue Dec 22 00:09:04 2009 +0100

    collectd-snmp(5): Comma fixes.

commit 933099579e714f65a8a0429ac9af79cac8f0842e
Author: Sven Trenkel <collectd at semidefinite.de>
Date:   Tue Dec 15 20:29:15 2009 +0100

    Annoying signal documentation.




More information about the collectd-changes mailing list