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

Florian Forster octo<span style="display: none;">.trailing-username</span>(a)<span style="display: none;">leading-domain.</span>verplant.org
Thu Mar 1 15:45:55 CET 2007


 src/collectd.conf.in  |   10 
 src/collectd.conf.pod |   13 +
 src/common.c          |    7 
 src/csv.c             |   53 ++++
 src/load.c            |   10 
 src/users.c           |   61 ++---
 src/vserver.c         |  541 +++++++++++++++++---------------------------------
 7 files changed, 299 insertions(+), 396 deletions(-)

New commits:
commit 5a7cdf2e0efd8579ea8771b856a682ec39acd70e
Author: Florian Forster <octo.trailing-username(a)leading-domain.leeloo.lan.home.verplant.org>
Date:   Thu Mar 1 12:17:35 2007 +0100

    src/common.c: Allow `check_create_dir' to create absolute directories.
    
    Since the `DataDir' of the `csv' and `rrdtool' plugins are seperate from the
    `BaseDir' setting, it makes sense to allow absolute directories here. The
    (possibly more secure) alternative would be to disallow absolute directories
    and force the user to create SymLinks instead.

commit 5fa0bf3a424badc440742e95465513844ee57a3a
Author: Florian Forster <octo.trailing-username(a)leading-domain.leeloo.lan.home.verplant.org>
Date:   Thu Mar 1 12:15:14 2007 +0100

    src/collectd.conf.in: Added default entries for the `csv' and `rrdtool' plugins
    
    .. and their options.

commit 3732656b2a43e31a7c5550cca1f94326bf2c4391
Author: Florian Forster <octo.trailing-username(a)leading-domain.leeloo.lan.home.verplant.org>
Date:   Thu Mar 1 12:14:39 2007 +0100

    csv plugin: Add a `DataDir' option.
    
    Since the `rrdtool' and `csv' plugins may be loaded at the same time, one may
    want to configure another path for this plugin, too.

commit 84e361e1a1db996254ed27ecb888c45489abc297
Merge: b41e61688c372024abeab0882252b25ff68624d6 b5036c00467038f0e486989235cdb1aaf09a642d
Author: Florian Forster <octo.trailing-username(a)leading-domain.leeloo.lan.home.verplant.org>
Date:   Wed Feb 28 16:14:34 2007 +0100

    Merge branch 'ff/vserver' into collectd-4

commit b41e61688c372024abeab0882252b25ff68624d6
Author: Florian Forster <octo.trailing-username(a)leading-domain.leeloo.lan.home.verplant.org>
Date:   Wed Feb 28 16:10:03 2007 +0100

    users plugin: Remove old `DBG' statement.

commit 2a7c1e4ea1bae7084f996c27ce4f74007eb206f9
Author: Florian Forster <octo.trailing-username(a)leading-domain.leeloo.lan.home.verplant.org>
Date:   Wed Feb 28 16:09:39 2007 +0100

    load plugin: Use `gauge_t' rather than `double'.

commit b5036c00467038f0e486989235cdb1aaf09a642d
Author: Florian Forster <octo.trailing-username(a)leading-domain.leeloo.lan.home.verplant.org>
Date:   Wed Feb 28 16:06:03 2007 +0100

    vserver plugin: Converted to the new plugin interface.

commit 44ac0e1f1041655e0615c7475d0f592e6ab91629
Author: Florian Forster <octo.trailing-username(a)leading-domain.leeloo.lan.home.verplant.org>
Date:   Wed Feb 28 14:34:10 2007 +0100

    users plugin: Converted to the new plugin interface.




More information about the collectd-changes mailing list