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

Florian Forster octo at verplant.org
Tue Jun 3 19:20:51 CEST 2008


 ChangeLog                 |   12 ++++++++++++
 bindings/perl/Collectd.pm |    2 +-
 contrib/cussh.pl          |   20 ++++++++++++++++++++
 src/collectd.conf.in      |    2 +-
 src/perl.c                |   16 ++++++++++++----
 version-gen.sh            |    2 +-
 6 files changed, 47 insertions(+), 7 deletions(-)

New commits:
commit c28bc580c110c78741d0805c7652e05d994b0ff4
Merge: 2715835da10aad3703c33b4d5822b2f41df7e737 889ca6f42e5b2f567ea038a35f8e82209edc0eeb
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Tue Jun 3 19:20:49 2008 +0200

    Merge branch 'collectd-4.4'

commit 889ca6f42e5b2f567ea038a35f8e82209edc0eeb
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Tue Jun 3 19:09:14 2008 +0200

    Bumped version to 4.4.1; Updated ChangeLog.

commit 3f55088d082ad875ce38262895f92880c8eecba4
Author: Sebastian Harl <sh at tokkee.org>
Date:   Fri May 30 00:13:07 2008 +0200

    Collectd.pm: Updated copyright information.
    
    Signed-off-by: Sebastian Harl <sh at tokkee.org>
    Signed-off-by: Florian Forster <octo at huhu.verplant.org>

commit f1bc46b00671022cdd85c458c53bdbd10853903c
Author: Sebastian Harl <sh at tokkee.org>
Date:   Fri May 30 00:12:36 2008 +0200

    perl plugin: Fixed a segfault that appeared in Perl 5.10.
    
    In Perl 5.10, av_clear() (amongst others) does no longer allow NULL for
    the passed array object pointer, thus we have to check for it ourselves.
    
    Signed-off-by: Sebastian Harl <sh at tokkee.org>
    Signed-off-by: Florian Forster <octo at huhu.verplant.org>

commit d71f8c2dfb67859cdadcf066a79460768377aa68
Author: Sebastian Harl <sh at tokkee.org>
Date:   Fri May 30 00:09:18 2008 +0200

    perl plugin: Don't abort if initializing the interpreter failed.
    
    There is no reason to shutdown collectd completely just because of some
    Perl specific error. An error message is logged in this case, so the user
    has means to detect it.
    
    Signed-off-by: Sebastian Harl <sh at tokkee.org>
    Signed-off-by: Florian Forster <octo at huhu.verplant.org>

commit f2c53b7990c0658811281e3992b6bcb7b18aabc8
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sat May 31 10:35:40 2008 +0200

    src/collectd.conf.in: Fix a typo.
    
    The config for the disk plugin was in a block for the `df' plugin.
    Thanks to onebinary for pointing this out :)

commit b9f818d0e8f2ce608e491f0ee0ba4024a2694101
Merge: 03834336e2b3e7f42b9b9856ab54e4dcf0e56331 62430c784cf53c7dccb6fec021f9bb4c0d790a0f
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Tue May 27 17:52:36 2008 +0200

    Merge branch 'collectd-4.4' of octo at verplant.org:/var/lib/git/collectd into collectd-4.4

commit 03834336e2b3e7f42b9b9856ab54e4dcf0e56331
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Tue May 13 17:05:30 2008 +0200

    contrib/cussh.pl: Implemented a `HELP' command.




More information about the collectd-changes mailing list