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

Florian Forster octo at verplant.org
Sat May 25 10:58:05 CEST 2013


 src/collectd.conf.in  |    7 +++++++
 src/collectd.conf.pod |   43 ++++++++++++++++++++++++++++++++-----------
 src/configfile.c      |   29 ++++++++++++++---------------
 src/plugin.c          |   15 +++++++++++++++
 src/plugin.h          |    3 ++-
 5 files changed, 70 insertions(+), 27 deletions(-)

New commits:
commit 1c65936918f096a0730a4130a363393febcf163b
Author: Florian Forster <octo at collectd.org>
Date:   Sat May 25 10:57:58 2013 +0200

    src/configfile.c: Add the "AutoLoadPlugin" option.
    
    When enabled, <Plugin ...> blocks will automatically load plugins.
    Thanks to Tim Bunce for suggesting this!
    
    Github: #333

commit 218dbd08e050c52bef00abd67b8a8296cbdabae9
Author: Florian Forster <octo at collectd.org>
Date:   Sat May 25 10:32:23 2013 +0200

    src/plugin.c: Fix a comment regarding duplicate plugin_load() calls.

commit 003c6e86b4807923a40a89112327dda39057f783
Author: Florian Forster <octo at collectd.org>
Date:   Sat May 25 10:31:54 2013 +0200

    src/plugin.c: Move the perl and python "global" magic to plugin_load().
    
    The config file handling is really not the best place to have this. Also,
    the feature I'm working on would have to copy this magic if left in the
    config code, and I *really* don't want that.




More information about the collectd-changes mailing list