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

Florian Forster octo at verplant.org
Thu Oct 16 22:14:51 CEST 2008


 ChangeLog              |   23 +++++++++++++++++++++++
 TODO                   |    5 +++--
 contrib/collection.cgi |   12 ++++++++++++
 contrib/exec-munin.px  |    3 +--
 src/Makefile.am        |    5 +++--
 src/collectd.conf.in   |    5 +++++
 src/collectd.h         |    4 ++--
 src/perl.c             |    2 +-
 src/postgresql.c       |   13 ++++++++++++-
 src/types.db           |    1 +
 src/utils_tail.c       |    1 +
 11 files changed, 64 insertions(+), 10 deletions(-)

New commits:
commit 568420ac172981edccb8587cc9651952fe350365
Merge: fe86778a8eea71062db899f9f7d6f7f79817067d fd9c88963b04c9e9050a952ba0f018493e8b7638
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Thu Oct 16 22:14:28 2008 +0200

    Merge branch 'collectd-4.5'

commit fd9c88963b04c9e9050a952ba0f018493e8b7638
Merge: 1d3be23f9d6474a6f8e530904df4f27569b6ddc5 da27344d819e431e74b15a638c91f8d0ff44125d
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Thu Oct 16 22:13:33 2008 +0200

    Merge branch 'collectd-4.4' into collectd-4.5
    
    Conflicts:
    
    	ChangeLog
    	version-gen.sh

commit da27344d819e431e74b15a638c91f8d0ff44125d
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Thu Oct 16 22:07:59 2008 +0200

    ChangeLog: Added the changed poisoning behavior.

commit a12bb20412de690c8b3ff39cb08e1545ccea25ff
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Thu Oct 16 22:04:46 2008 +0200

    src/collectd.h: Poison various insecure string functions only when debugging is enabled.
    
    Because the `poison' pragma complains about macros (which are then never
    used), this feature does more harm than good in everyday use. So we'll
    only activate it when building in debug mode, so hopefully authors of
    new plugins will use this.

commit 88b5b6ddd344695724c6cde791ce2643bf86afbc
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Thu Oct 16 21:41:47 2008 +0200

    Bumped version to 4.4.4; Updated ChangeLog.

commit fe86778a8eea71062db899f9f7d6f7f79817067d
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Thu Oct 16 21:22:20 2008 +0200

    Updated the TODO file.

commit 1d3be23f9d6474a6f8e530904df4f27569b6ddc5
Author: Sebastian Harl <sh at tokkee.org>
Date:   Tue Oct 14 12:57:21 2008 +0200

    postgresql plugin: Added another missing call to PQclear().
    
    Signed-off-by: Sebastian Harl <sh at tokkee.org>
    Signed-off-by: Florian Forster <octo at huhu.verplant.org>

commit afca57287ae0c7b98e503be2a04270f06766c716
Author: Sebastian Harl <sh at tokkee.org>
Date:   Tue Oct 14 13:41:18 2008 +0200

    postgresql plugin: Do not open new connections during reinitialization.
    
    When reinitializing the plugin a new connection to all databases has been
    opened. Now, we check if the connection already exists. In that case no new
    connection will be opened but the existing connection will be pinged instead.
    
    Thanks to Admin <collectd-info at internode.com.au> for finding and reporting
    this.
    
    Signed-off-by: Sebastian Harl <sh at tokkee.org>
    Signed-off-by: Florian Forster <octo at huhu.verplant.org>

commit 4cca3a1b70c8320c613bb249664a3a9f879ff8d5
Author: Florian Forster <octo at huhu.verplant.org>
Date:   Thu Oct 16 10:05:31 2008 +0200

    postgresql plugin: Add a couple of PQclear() calls.
    
    The postgresql plugin is missing a couple of PQclear() calls
    
    Thanks to Admin <collectd-info at internode.com.au> for pointing this out.
    
    Signed-off-by: Sebastian Harl <sh at tokkee.org>
    Signed-off-by: Florian Forster <octo at huhu.verplant.org>

commit 98f3d41c084d6f013a52e1f8ca16e8127ce8b844
Author: Florian Forster <octo at huhu.verplant.org>
Date:   Thu Oct 16 09:51:33 2008 +0200

    contrib/exec-munin.px: Fix the folding markers..

commit 3e792dcf0aaff133abec80d689c26f52a80cd45e
Author: Sebastian Harl <sh at tokkee.org>
Date:   Fri Oct 10 12:28:04 2008 +0200

    src/Makefile.am: Use $mkinstalldirs instead of $(INSTALL) -D.
    
    Some systems (e.g. Solaris 8) do not support the -D option.
    
    Signed-off-by: Sebastian Harl <sh at tokkee.org>
    Signed-off-by: Florian Forster <octo at huhu.verplant.org>

commit b978177200519893f6ff9c5e459a3d9d6a72b887
Author: Florian Forster <octo at huhu.verplant.org>
Date:   Fri Oct 10 12:40:38 2008 +0200

    src/utils_tail.c: Call `clearerr' before `fgets'.
    
    Hopefully this will resolve problems under the dietlibc.

commit 78217ea457ec1b89f88b04b5d0af1936c8b2f700
Author: Florian Forster <octo at huhu.verplant.org>
Date:   Fri Oct 10 09:29:10 2008 +0200

    src/Makefile.am: Fix a copy'n'paste typo.

commit 0c785b9b13255757eec557d7f22fd614ff9a0f34
Author: Sebastian Harl <sh at tokkee.org>
Date:   Fri Oct 10 09:08:07 2008 +0200

    collectd.conf: Added a sample <Plugin> section in the perl config.
    
    Signed-off-by: Sebastian Harl <sh at tokkee.org>
    Signed-off-by: Florian Forster <octo at huhu.verplant.org>

commit 5cdafc6cb9228b93cf9b6956c92df61d00bd2a9e
Author: Sebastian Harl <sh at tokkee.org>
Date:   Wed Oct 8 15:46:39 2008 +0200

    types.db: Reintroduced the "spam_check" type.
    
    This is used by the "email" plugin. Apparently, it got lost when converting
    the plugin to the v4 interface: Instead of "spam_check", "email_check" had
    been added to types.db. I did not remove "email_check" though as this would
    introduce a regression - though very unlikely, somebody out there might be
    using that type.
    
    Signed-off-by: Sebastian Harl <sh at tokkee.org>
    Signed-off-by: Florian Forster <octo at huhu.verplant.org>

commit 7e7427844e02dac4a8183456a4375a27b2d05598
Author: Sebastian Harl <sh at tokkee.org>
Date:   Wed Oct 8 12:23:08 2008 +0200

    collection.cgi: Added support for the "connection" type.
    
    This is used e.g. by the "ipvs" plugin.
    
    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