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

Florian Forster octo at verplant.org
Fri Oct 26 10:21:45 CEST 2007


 configure.in          |   15 ++++++++++++---
 src/collectd.conf.pod |    4 ++++
 src/collectd.h        |    3 ---
 src/logfile.c         |   31 +++++++++++++++++++++++++++++--
 src/rrdtool.c         |    2 ++
 src/types.db          |    2 +-
 6 files changed, 48 insertions(+), 9 deletions(-)

New commits:
commit 054651e4798cc8b9170c17fc7d8884b1bb1d7a87
Merge: f0f7f5cda17991d16b42c8a1e925595115825d7f 4c67453e4739117ddc8dab0e907953f0fb7a0170
Author: Florian Forster <octo at huhu.verplant.org>
Date:   Fri Oct 26 10:08:28 2007 +0200

    Merge branch 'collectd-4.1'

commit f0f7f5cda17991d16b42c8a1e925595115825d7f
Author: Florian Forster <octo at huhu.verplant.org>
Date:   Fri Oct 26 10:07:58 2007 +0200

    logfile plugin: Implemented an option to prefix logged lines with a timestamp.

commit 4c67453e4739117ddc8dab0e907953f0fb7a0170
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Thu Oct 25 23:13:27 2007 +0200

    Build system: Set the appropriate CPPFLAGS and LDFLAGS when checking for librrd and it's header.

commit febe816d5cf4dff6c35936fd3c5ced8e49ca6ee8
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Thu Oct 25 23:11:54 2007 +0200

    rrdtool plugin: Include the `rrd.h' header file in `rrdtool.c', not `collectd.h'.
    
    This caused an error when --with-rrdtool was used to have the header file in a
    non-standard directory, because the appropriate CFLAGS were not passed to all
    plugins.

commit c5f79c76f7d858f2a34c8c5c42de1caafc43af41
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Thu Oct 25 20:05:08 2007 +0200

    types.db: Raise the maximum value of `ps_cputime' from 1s/1s to 16s/1s..
    
    This should work with machines with up to 16 processors..




More information about the collectd-changes mailing list