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

Florian Forster octo at verplant.org
Mon Jul 28 15:05:58 CEST 2014


 src/aggregation.c        |    3 +-
 src/collectd.conf.pod    |   17 +++++++++++-
 src/exec.c               |    4 +--
 src/java.c               |    4 +--
 src/threshold.c          |    5 +++-
 src/utils_cmd_putnotif.c |   13 ++++++---
 src/utils_vl_lookup.c    |   11 +++++++-
 src/write_riemann.c      |   68 +++++++++++++++++-----------------------------
 8 files changed, 69 insertions(+), 56 deletions(-)

New commits:
commit 9f6f901889d4c9f594b5ae1fd0f449fcdd2d8fe3
Author: Sebastian Harl <sh at tokkee.org>
Date:   Sun Jul 27 14:15:23 2014 +0200

    utils_vl_lookup: Fixed a race when creating user objects.
    
    This could cause multiple aggregation instances to be created in the
    aggregation plugin when first writing data to the plugin. This, in turn, led
    to "value too old" warnings because subsequently all data was submitted twice.
    
    Thanks to @faxm0dem for reporting this in GH #535.

commit 07e4683f7f985668641d79137b64d148bc18ba8a
Author: Manuel Luis Sanmartín Rozada <manuel.luis at gmail.com>
Date:   Thu Jun 19 16:37:15 2014 +0200

    Plugin exec: change notification time to integer.
      Acording to collectd-exec.5 NOTIFICATION DATA FORMAT: time is epoch, i. e. as seconds since 1970-01-01 00:00:00 UTC.

commit 7d1d59fb064f2a9adfba50d3ea5c39ebc6bebd3c
Author: Manuel Luis Sanmartín Rozada <manuel.luis at gmail.com>
Date:   Thu Jun 19 19:14:53 2014 +0200

    cmd PUTNOTIF time option: handle double values.
    
    Conflicts:
    	src/utils_cmd_putnotif.c

commit f5c294b7355cee34df44b1c5b8ac3ef7b85664cd
Author: Manuel Luis Sanmartín Rozada <manuel.luis at gmail.com>
Date:   Thu Jun 19 15:14:02 2014 +0200

    Plugin java: fix notification time conversion to cdtime_t.

commit ac78faa99d4b34c78a7bca741430c06c56e6f32c
Author: Manuel Luis Sanmartín Rozada <manuel.luis at gmail.com>
Date:   Thu Jun 19 16:50:48 2014 +0200

    Plugin threshold: time is not set in missing notifications.

commit 71e39e8ef345daf2bd109749ae4f58bd7b4c659e
Author: Marc Fournier <marc.fournier at camptocamp.com>
Date:   Tue Jun 24 17:09:08 2014 +0200

    manpage: document 2 missing options to amqp plugin section

commit 51f6fa49cdac0e7702fef71baea85f69a39da82f
Author: Marc Fournier <marc.fournier at camptocamp.com>
Date:   Mon Jun 23 16:47:20 2014 +0200

    write_riemann: coding style consistency
    
    Make the style in line with 50d1b34d6 (from master) and avoid later
    merge conflict.




More information about the collectd-changes mailing list