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

Florian Forster octo at verplant.org
Sat Feb 23 10:58:33 CET 2008


 configure.in         |    5 
 contrib/extractDS.px |  459 ++++++++++++++++++++++++++++++++++++++++++++++-----
 src/collectd.c       |    2 
 src/exec.c           |   19 ++
 src/ping.c           |    7 
 src/swap.c           |    2 
 6 files changed, 441 insertions(+), 53 deletions(-)

New commits:
commit 89783745dc59079eab34e0c52de6e5e972f50eb2
Merge: b30f3e8df735d4b7d9a1799f64eece15d72cf4cc 7237c726f589df921a26d6951c2d1bf853580c43
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sat Feb 23 10:58:09 2008 +0100

    Merge branch 'collectd-4.2' into collectd-4.3

commit 7237c726f589df921a26d6951c2d1bf853580c43
Merge: cbf7250b4113c9058654d91b6199814741a06ca9 bd21265ce20def847ceb4b0f90330f25a91522bf
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sat Feb 23 10:58:00 2008 +0100

    Merge branch 'collectd-4.1' into collectd-4.2

commit cbf7250b4113c9058654d91b6199814741a06ca9
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sat Feb 23 10:56:37 2008 +0100

    ping plugin: Deactivate the plugin if (pingobj == NULL).
    
    If (pingobj == NULL), then the init-function will return (-1) so that the
    plugin is deactivated.

commit b30f3e8df735d4b7d9a1799f64eece15d72cf4cc
Author: Brian Micek <bmicek at gmail.com>
Date:   Sat Feb 23 10:51:46 2008 +0100

    src/collectd.c: Fix the arguments passed to an error message.
    
    Unfortunately the compiler doesn't check va-args, so this was unnoticed :/

commit 8ea1756522f94af8e0bb7d06c800d94874f13549
Merge: fc0c95b33d7ddbd02071c5835b25d777812335c6 97a56612a875c1f1003b13398c0b757c308a7ed5
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sat Feb 23 10:48:19 2008 +0100

    Merge branch 'collectd-4.2' of octo at verplant.org:/var/lib/git/collectd into collectd-4.2

commit fc0c95b33d7ddbd02071c5835b25d777812335c6
Author: Christophe Kalt <collectd at klb.taranis.org>
Date:   Sat Feb 23 10:47:20 2008 +0100

    swap plugin: Reapply a patch for Solaris.
    
    This is a previously applied change that somehow got lost.
    
    See http://git.verplant.org/?p=collectd.git;a=commitdiff;h=ee1113650b0b565776fc3d62162d84741e234f05
    and http://git.verplant.org/?p=collectd.git;a=commitdiff;h=f68b68c5825efbd23c51531ff4e43c78a3bb2b3b

commit 97a56612a875c1f1003b13398c0b757c308a7ed5
Author: Florian Forster <octo at huhu.verplant.org>
Date:   Fri Feb 22 17:24:23 2008 +0100

    contrib/extractDS.px: Enhanced the script to modify RRD files a bit.
    
    It can now also change the stepsize and add an RRA.

commit bd21265ce20def847ceb4b0f90330f25a91522bf
Merge: b5c5890955fa19651ad8b3f48d99364d270a0d8f b4f0540b8931a0eff2712709ba39b35ffb626969
Author: Florian Forster <octo at huhu.verplant.org>
Date:   Tue Feb 19 14:00:37 2008 +0100

    Merge branch 'pull/collectd-4.1' into collectd-4.1

commit b5c5890955fa19651ad8b3f48d99364d270a0d8f
Author: Florian Forster <octo at huhu.verplant.org>
Date:   Tue Feb 19 13:55:32 2008 +0100

    exec plugin: Use `setgroups' to set the list of supplementary group IDs.
    
    Thanks to Peter Holik for suggesting this.

commit b4f0540b8931a0eff2712709ba39b35ffb626969
Author: Sebastian Harl <sh at tokkee.org>
Date:   Sun Feb 17 20:23:46 2008 +0100

    migrate-3-4.px: Do not translate the disk names used by hddtemp.
    
    In version 4, hddtemp still uses major/minor device numbers to identify disks.
    
    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