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

Florian Forster octo at verplant.org
Fri Dec 28 21:03:01 CET 2007


 ChangeLog                |   18 ++
 bindings/Makefile.am     |   12 +
 contrib/collectd2html.pl |    9 -
 src/Makefile.am          |    5 
 src/exec.c               |   21 ++
 src/network.c            |   28 +--
 src/rrdtool.c            |   40 ++---
 src/sensors.c            |  360 ++++++++++++++++++++++++++++++++---------------
 src/utils_avltree.c      |  136 ++++++++---------
 src/utils_avltree.h      |   42 ++---
 src/utils_cache.c        |   34 ++--
 src/utils_mount.c        |    6 
 src/utils_threshold.c    |   12 -
 version-gen.sh           |    2 
 14 files changed, 458 insertions(+), 267 deletions(-)

New commits:
commit f9e1b3ec37fc4cd9d92b4444a7eec34af7d076c5
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Fri Dec 28 21:02:55 2007 +0100

    exec plugin: The execution of notification handling programs seems to work now.

commit 010cdc7c8d3768e923c9bc5b015498627f13d240
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Fri Dec 28 19:16:45 2007 +0100

    src/utils_{cache,threshold}.c: Adapted to the new AVL interface.

commit e8993811715b8d505a176e1f34985ac2b63791a2
Merge: c41e4859301c69b1489abcd9e2e7c7959d5ddf50 ce6906b4b8a38a98f2ba6eb2af7b8eadf0a9be02
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Fri Dec 28 19:04:45 2007 +0100

    Merge branch 'collectd-4.2'
    
    Conflicts:
    
    	bindings/Makefile.am

commit ce6906b4b8a38a98f2ba6eb2af7b8eadf0a9be02
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Fri Dec 28 18:33:54 2007 +0100

    Bumped version to 4.2.3; Updated ChangeLog.

commit 5b32a3054c72ca5487f8d6458695a1459c1bd740
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Fri Dec 28 18:21:01 2007 +0100

    build system: Yet another way to solve the src-dir vs. build-dir issue.

commit a73f05bb8eeff45afe22363a624d37aa92f1a68c
Author: Sebastian Harl <sh at tokkee.org>
Date:   Thu Dec 27 16:40:30 2007 +0100

    configure.in: Copy sources of the Perl bindings to the build directory.
    
    As the Perl build system around ExtUtils::MakeMaker doesn't know how to
    separate source and build directories, all relevant source files have to be
    available in the build directory.
    
    This is an alternative patch for the problem reported by Michael Tiernan.
    
    Signed-off-by: Sebastian Harl <sh at tokkee.org>
    Signed-off-by: Florian Forster <octo at huhu.verplant.org>

commit 87fd2319a4b26130c114cdf97e1c5104b12ab41a
Author: Sebastian Harl <sh at tokkee.org>
Date:   Thu Dec 27 16:39:46 2007 +0100

    Revert "bindings/Makefile.am: Fix a bug that happened when src and build directory are not the same."
    
    This reverts commit 61f5c1a972626212aab60c4d50f45097485b8e51 which had the
    following problems:
    
     * parts of the build process took place in the source directory (which should
       be read-only though)
    
     * the "perl" target should not be renamed - the name is used in
       @PERL_BINDINGS@ to identify the bindings that are supposed to be built
    
    Signed-off-by: Sebastian Harl <sh at tokkee.org>
    Signed-off-by: Florian Forster <octo at huhu.verplant.org>

commit c96e6f04275cad2ba1622555f3f4e58bda4d92df
Author: Sebastian Harl <sh at tokkee.org>
Date:   Wed Dec 19 20:37:30 2007 +0100

    utils_mount.c: Fixed an unused variable warning on some systems.
    
    This warning appeared on systems using listmntent() or getv?fsstat() when
    compiling with debugging disabled only. It was caused by the declaration of a
    character array for use with sstrerror() inside a call to DEBUG().
    
    Signed-off-by: Sebastian Harl <sh at tokkee.org>
    Signed-off-by: Florian Forster <octo at huhu.verplant.org>

commit 74bac9bc5636248e0daef5d64ed9fb0082f581d1
Author: Sebastian Harl <sh at tokkee.org>
Date:   Wed Dec 19 20:36:40 2007 +0100

    src/Makefile.am: Use curl CFLAGS when building the nginx plugin.
    
    Else curl/curl.h cannot be found in non-standard places at build time.
    
    Signed-off-by: Sebastian Harl <sh at tokkee.org>
    Signed-off-by: Florian Forster <octo at huhu.verplant.org>

commit b5c9645a747768aa36340d57af241e3b1e2de4f6
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Thu Dec 27 11:17:46 2007 +0100

    Updated the changelog.

commit 1a8ae6734a9351097943dd1ce019a8d95b72c3d1
Merge: 61f5c1a972626212aab60c4d50f45097485b8e51 973b0ccad8b6b2c42165b286a847d1485c369023
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Thu Dec 27 11:15:30 2007 +0100

    Merge branch 'collectd-4.1' into collectd-4.2
    
    Conflicts:
    
    	ChangeLog
    	version-gen.sh

commit 973b0ccad8b6b2c42165b286a847d1485c369023
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Thu Dec 27 10:34:39 2007 +0100

    Bumped version to 4.1.5; Updated ChangeLog.

commit e781b99dd81c7470e3b4055c4362c3841efb04a8
Author: Florian Forster <octo at huhu.verplant.org>
Date:   Wed Dec 26 15:34:18 2007 +0100

    sensors plugin: While I was at it I reorganized the code a little so it's easier to read.
    
    For instance I moved the name to type conversion out of the main loop and into
    a separate function, likewise the chip to string representation conversion. The
    `submit' function is now very careful that all strings are null terminated and
    that no buffer overflow may occur.

commit c19cd5976b40f03d21215882f827b4ed96d012e9
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Tue Dec 25 18:11:47 2007 +0100

    sensors plugin: Implemented support for libsensors3.

commit 61f5c1a972626212aab60c4d50f45097485b8e51
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Wed Dec 19 14:33:39 2007 +0100

    bindings/Makefile.am: Fix a bug that happened when src and build directory are not the same.
    
    Thanks to Michael Tiernan for reporting this bug.

commit 3dc65c8a6907fb57a30b428787b0bda8afea500f
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sat Dec 15 12:25:51 2007 +0100

    Bumped version to 4.2.2; Updated ChangeLog.

commit 917abf10c462903cd3bb37faadba68f91f5ca8b1
Merge: 3b915093d8cbc7738b2de59f6ebc38f195131002 c96b3c94b15a45dfcbd6360ffe9abaca20809473
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sat Dec 15 12:15:37 2007 +0100

    Merge branch 'collectd-4.1' into collectd-4.2

commit c96b3c94b15a45dfcbd6360ffe9abaca20809473
Author: Sebastian Harl <sh at tokkee.org>
Date:   Mon Nov 12 13:05:54 2007 +0100

    collectd2html.pl: Cleaned up Eddy's patch.
    
     * Use Perl's undef to identify invalid values.
     * Renamed the "host-is" command line option to "host".
    
    Signed-off-by: Sebastian Harl <sh at tokkee.org>
    Signed-off-by: Florian Forster <octo at huhu.verplant.org>

commit 20a7434400053998709109592ef17aa8c87a35ab
Author: Florian Forster <octo at huhu.verplant.org>
Date:   Wed Nov 14 11:37:00 2007 +0100

    rrdtool plugin: Fix a memory leak..
    
    ..in a VERY uncommon/rare case.

commit e686e07b9c1ffcb3a9be3483a39b069ac5795867
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Fri Oct 12 10:13:11 2007 +0200

    src/utils_avltree.[ch]: Rename all types and functions to use the prefix `c_avl_'.
    
    The prefix `avl_' clashed with an AVL implementation on Solaris 10..




More information about the collectd-changes mailing list