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

Florian Forster octo at verplant.org
Wed Oct 24 20:03:36 CEST 2007


 src/collectd-perl.pod |  246 ++++++++++++++++++++++++++++++++++++++++++++++----
 src/collectd.conf.pod |   21 ----
 src/perl.c            |  118 +++++++----------------
 3 files changed, 270 insertions(+), 115 deletions(-)

New commits:
commit 3d31f004c89491da5e658eff48be84cc7a4e8697
Author: Sebastian Harl <sh at tokkee.org>
Date:   Sat Oct 20 15:42:33 2007 +0200

    perl plugin: Improved value list conversion.
    
    The perl plugin used to store an internal list of data-source types for
    each data-set registered by Perl plugins to get fast access to this
    information (which is required to correctly convert a Perl data-set to a
    data_set_t struct). However, this prevented Perl plugins to use data-sets
    defined in types.db. This patch fixes this issue by requesting the
    data-set definition from collectd.
    
    Signed-off-by: Sebastian Harl <sh at tokkee.org>
    Signed-off-by: Florian Forster <octo at huhu.verplant.org>

commit 6238d319b71ba9f7022bc1306fa10d92fd2fe747
Author: Sebastian Harl <sh at tokkee.org>
Date:   Wed Oct 17 01:14:18 2007 +0200

    perl plugin: Fixed handling of erroneous configuration options.
    
    An empty block was used instead of returning from the perl_config_*()
    functions in case of an error. I wonder how that has happened... :-/
    
    Signed-off-by: Sebastian Harl <sh at tokkee.org>
    Signed-off-by: Florian Forster <octo at huhu.verplant.org>

commit caaf25432e9db92f9b35e18ae45b41d19910fcc7
Author: Sebastian Harl <sh at tokkee.org>
Date:   Wed Oct 17 01:13:35 2007 +0200

    perl plugin: Improved "IncludeDir" configuration option.
    
    The "Do not initialize the Perl interpreter until loading a module."
    commit removed support for adding include directories after the Perl
    interpreter has been initialized. This patch re-enables it.
    
    Signed-off-by: Sebastian Harl <sh at tokkee.org>
    Signed-off-by: Florian Forster <octo at huhu.verplant.org>

commit c89d32348b652e18a665346867b96d1610ae2932
Author: Sebastian Harl <sh at tokkee.org>
Date:   Wed Oct 17 01:12:37 2007 +0200

    collectd-perl(5): Updated documentation.
    
     * moved configuration documentation from collectd.conf(5) to
       collectd-perl(5)
    
     * added documentation for the EnableDebugger configuration option
    
     * added documentation about how to write own plugins
    
     * added exports and examples section
    
    Signed-off-by: Sebastian Harl <sh at tokkee.org>
    Signed-off-by: Florian Forster <octo at huhu.verplant.org>




More information about the collectd-changes mailing list