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

Florian Forster octo at verplant.org
Tue May 27 13:17:09 CEST 2008


 build.sh                 |   10 ++++++++
 src/collectd-nagios.c    |   58 +++++++++++++++++++++++++--------------------
 src/collectd.conf.in     |    5 ++++
 src/email.c              |    2 +-
 src/liboconfig/oconfig.c |    2 +-
 src/ntpd.c               |    4 +-
 src/utils_cmd_getval.c   |    4 +-
 src/utils_llist.c        |   10 ++++++++
 src/utils_threshold.c    |    2 +-
 9 files changed, 64 insertions(+), 33 deletions(-)

New commits:
commit 089d33f1f455da115ca0c87160df8dbd49286377
Merge: 5bf80d6ecad0e6684eb38cf2de8e56b4f6b50fe3 62430c784cf53c7dccb6fec021f9bb4c0d790a0f
Author: Florian Forster <sifnfors at informatik.stud.uni-erlangen.de>
Date:   Tue May 27 13:16:55 2008 +0200

    Merge branch 'collectd-4.4'

commit 62430c784cf53c7dccb6fec021f9bb4c0d790a0f
Merge: ca3fb937748e51b9a4e7ef170777a0f4bfff7695 ae210a9978f06e6ed7de560b5621ba3d9c761315
Author: Florian Forster <sifnfors at informatik.stud.uni-erlangen.de>
Date:   Tue May 27 13:16:46 2008 +0200

    Merge branch 'collectd-4.3' into collectd-4.4

commit ae210a9978f06e6ed7de560b5621ba3d9c761315
Author: Sebastian Harl <sh at tokkee.org>
Date:   Sat May 24 22:29:56 2008 +0200

    build.sh: Check for lex and yacc.
    
    Warn the user, if lex(1) and yacc(1) cannot be found. This is not
    necessarily an error, as flex(1) or bison(1) might be available.
    
    As suggested by Kevin Trumbull (onebinary) on IRC.
    
    Signed-off-by: Sebastian Harl <sh at tokkee.org>
    Signed-off-by: Florian Forster <octo at huhu.verplant.org>

commit ccf62a092bb5f2c010afaab3d1c1e7f25c5e8606
Author: Sebastian Harl <sh at tokkee.org>
Date:   Sat May 24 20:32:43 2008 +0200

    src/liboconfig/oconfig.c: Declare "c_file" as "const char *".
    
    This fixes an "assignment discards qualifiers from pointer target type"
    warning. That string stores the name of the config file which is not
    going to be modified by liboconfig.
    
    Signed-off-by: Sebastian Harl <sh at tokkee.org>
    Signed-off-by: Florian Forster <octo at huhu.verplant.org>

commit 36f72a66a6b5ad14d7ea67e739fc93633b55d6d3
Author: Sebastian Harl <sh at tokkee.org>
Date:   Thu May 22 13:36:00 2008 +0200

    src/utils_llist.c: Improved robustness against NULL pointers.
    
    All functions searching for some list entry now return NULL if the given
    list equals NULL. Imho, that's the expected behavior. Also, it removes the
    need to check the lists from the calling function while that function
    usually checks the returned list entry anyway.
    
    Signed-off-by: Sebastian Harl <sh at tokkee.org>
    Signed-off-by: Florian Forster <octo at huhu.verplant.org>

commit ca3fb937748e51b9a4e7ef170777a0f4bfff7695
Author: Sebastian Harl <sh at tokkee.org>
Date:   Wed May 21 16:50:07 2008 +0200

    collectd-nagios: Updated to the new "unixsock" protocol.
    
    When disambiguating the protocol used by the unixsock plugin in commit
    90287c6d240a168fca8d01f8330e2e2263e1f0a4 ("Disambiguated the protocol used
    by the unixsock (and other) plugins.") the formatting of the return values
    of the "GETVAL" command has been modified. This patch updates
    collectd-nagios to handle the new format correctly.
    
    Signed-off-by: Sebastian Harl <sh at tokkee.org>
    Signed-off-by: Florian Forster <octo at huhu.verplant.org>

commit 3d6e459ba3ca15e95cae01aa2717ba9fb4a44a6b
Author: Florian Forster <octo at noris.net>
Date:   Mon May 26 15:27:35 2008 +0200

    src/{email,ntpd,utils_cmd_getval}.c: Fix formatting errors.

commit e3e67d21f20d8ace9d1d1dd60dc3bc9435b316b8
Author: Dieter Bloms <collectd at bloms.de>
Date:   Sun May 25 11:15:15 2008 +0200

    src/utils_threshold.c: Fix wrong output (was `min, min', should be `min, max') in the created notification.
    
    Resolves: #16

commit aca749288f0dcad549d815cbfde79292a138e0fc
Author: Florian Forster <octo at crystal.wlan.home.verplant.org>
Date:   Sun May 25 11:11:28 2008 +0200

    src/collectd.conf.in: Add sample section for the disk plugin.
    
    Resolves: #15




More information about the collectd-changes mailing list