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

Florian Forster octo at verplant.org
Fri Jun 17 16:38:25 CEST 2011


 configure.in                   |   11 +---
 src/amqp.c                     |    6 +-
 src/collectd-nagios.c          |  101 +++++++++++++++++++++++++-----
 src/libcollectdclient/client.c |   60 ++++++++++++++++++
 src/libcollectdclient/client.h |    3 +
 src/rrdcached.c                |  132 +++++++++++++++++++++++++---------------
 src/threshold.c                |  117 +++++++++++++++++++-----------------
 src/utils_avltree.c            |   11 +++
 src/utils_avltree.h            |   15 +++++
 9 files changed, 324 insertions(+), 132 deletions(-)

New commits:
commit 514a9fe8450efe2091d5671c3f7c67a8745b232e
Author: Florian Forster <octo at collectd.org>
Date:   Fri Jun 17 16:37:31 2011 +0200

    AMQP plugin: Fix printing of interval_g.

commit 5caecf5ba53ad31fa0626591c1ccc91fb47af955
Author: Sebastian Harl <sh at tokkee.org>
Date:   Fri Jun 17 10:29:13 2011 +0200

    rrdcached plugin: Handle boolean config options as well.
    
    This was lost previously when changing to the complex config callback.

commit ccc69cc64e79170e09eb3eae9cb9d2d22c6f06e6
Author: Sebastian Harl <sh at tokkee.org>
Date:   Fri Jun 17 10:25:48 2011 +0200

    rrdcached plugin: Register write/flush only if DaemonAddress has been given.
    
    Else, the write callback would remove itself on the first call. This
    operation, however, is not thread-safe as access to the write list is not
    synchronized. Thus, removing the callback at that point leads to random
    segfaults.

commit 887bc2aa36a2b48ab28b0b0138bd55411efe55e6
Author: Sebastian Harl <sh at tokkee.org>
Date:   Fri Jun 17 10:20:17 2011 +0200

    rrdcached plugin: Handle configuration using a "complex config" callback.
    
    This allows to handle all of the configuration in one go and execute some
    action once after doing so.

commit e4517555fbb51d317ac4ca76dc8cfb3b8c1f5410
Author: Sebastian Harl <sh at tokkee.org>
Date:   Fri Jun 17 09:25:05 2011 +0200

    threshold: Don't register missing/write callbacks unless we have thresholds.
    
    The checking is fairly expensive, so don't do that unless really necessary.

commit 27769fc777da38494c3f8e2297af9099fbec0bc0
Author: Sebastian Harl <sh at tokkee.org>
Date:   Fri Jun 17 09:24:02 2011 +0200

    avl tree: Report size of the tree and make that available in _get_size().

commit f2f52fa0700944578af732abf40fc40f3f65d0a6
Author: Sebastian Harl <sh at tokkee.org>
Date:   Fri Jun 17 09:05:48 2011 +0200

    threshold plugin: Dont check for interesting values if there are no thresholds.

commit bb29e8566cd82952561d91e741f36acb07bfb2a3
Author: Sebastian Harl <sh at tokkee.org>
Date:   Thu Jun 16 11:42:20 2011 +0200

    amqp plugin: Fixed format strings when printing 'interval_g'.

commit 698837f250f754e93cfec3fcd7461f272c91f6f5
Author: Sebastian Harl <sh at tokkee.org>
Date:   Thu Jun 16 11:11:40 2011 +0200

    configure: Removed last traces of 'owniptc'.
    
    E.g., autoconf still tried to generated src/owniptc/Makefile in AC_OUTPUT(),
    which obviously fails if owniptc is no longer there.

commit 36d3cd820b5f977fcd349250a22a932f5af5a062
Author: Sebastian Harl <sh at tokkee.org>
Date:   Mon May 16 15:08:41 2011 +0200

    collectd-nagios: Sort LISTVAL output.
    
    Also, output the data for each host in a separate "section", printing the
    hostname as the heading and leaving it out from any further output.
    
    This way, the strings may directly be used as options for -H and -n.

commit 59e3b2dd5837c850db73ead1e7215f0738124f68
Author: Sebastian Harl <sh at tokkee.org>
Date:   Mon May 16 15:07:18 2011 +0200

    libcollectdclient: Added `lcc_sort_identifiers()'.
    
    This function may be used to sort an array of lcc_identifier_t objects.

commit ea651b1fceaf83b85aca918a89ce45818ff42f93
Author: Sebastian Harl <sh at tokkee.org>
Date:   Mon May 16 14:43:34 2011 +0200

    collectd-nagios: Select a single host in LISTVAL output when -H has been used.

commit 03326eeaf8819d87786b132b80a0e772a9c5e2b0
Author: Sebastian Harl <sh at tokkee.org>
Date:   Mon May 16 14:39:53 2011 +0200

    collectd-nagios: Let '-n LIST' list all available datasets.




More information about the collectd-changes mailing list