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

Florian Forster octo at verplant.org
Wed Apr 9 11:01:20 CEST 2008


 README                 |    7 +-
 configure.in           |    8 +
 contrib/migrate-3-4.px |   19 +-
 src/Makefile.am        |   10 +
 src/ascent.c           |  596 ++++++++++++++++++++++++++++++++++++++++++++++++
 src/collectd.conf.in   |    8 +
 src/collectd.conf.pod  |   30 +++
 src/sensors.c          |    2 +-
 src/types.db           |    1 +
 9 files changed, 669 insertions(+), 12 deletions(-)

New commits:
commit 3552315a7b95c8d3835464649afbf6bb1ae9da0b
Merge: 68cf1d4cbc778efaafc30127bff607114a92a825 41786d5a77bd0245883b07f9604467cbb5b56606
Author: Florian Forster <octo at huhu.verplant.org>
Date:   Wed Apr 9 11:01:12 2008 +0200

    Merge branch 'ff/ascent'

commit 41786d5a77bd0245883b07f9604467cbb5b56606
Author: Florian Forster <octo at huhu.verplant.org>
Date:   Wed Apr 9 11:00:54 2008 +0200

    collectd.conf(5): Documented the `ascent' plugin.
    
    Also updated the `README' file and the sample configuration.

commit c85466b2c433875d6bcc4568535f7cb56ef77e5c
Author: Florian Forster <octo at huhu.verplant.org>
Date:   Wed Apr 9 10:44:58 2008 +0200

    ascent plugin: Store latency in seconds, not milli seconds.

commit 60adf6d9d65f4268aefb335f54cfbda218fe9676
Author: Florian Forster <octo at huhu.verplant.org>
Date:   Tue Apr 8 15:00:01 2008 +0200

    ascent plugin: Fix classes/races and ignore unhandled tags.
    
    Classes and races were exchanged, this was fixed.

commit 68cf1d4cbc778efaafc30127bff607114a92a825
Author: Sebastian Harl <sh at tokkee.org>
Date:   Fri Apr 4 22:05:48 2008 +0200

    migrate-3-4.px: Use 'rrdtool tune' instead of 'sed' to rename DS's.
    
    Either the output format of 'rrdtool dump' has changed or there was an
    error in the regex used with sed in the first place. Anyway, in some cases
    the 'if_octects' DS's did not get translated. 'rrdtool tune' should be
    able to handle it correctly in any case.
    
    Signed-off-by: Sebastian Harl <sh at tokkee.org>
    Signed-off-by: Florian Forster <octo at huhu.verplant.org>

commit f499e159c3bb073650ca23bda44b3342466e4c6f
Author: Florian Forster <octo at huhu.verplant.org>
Date:   Tue Apr 8 09:42:48 2008 +0200

    ascent plugin: Added handling of `sessions'.
    
    I. e. per-player information.

commit 99ef528393a12270e34998bbb6a35160e2a975e1
Author: Florian Forster <octo at huhu.verplant.org>
Date:   Mon Apr 7 12:02:18 2008 +0200

    ascent plugin: New plugin to collect AscentEmu server statistics.




More information about the collectd-changes mailing list