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

Florian Forster octo at verplant.org
Wed Jan 16 13:27:46 CET 2013


 contrib/collection3/etc/collection.conf |   18 ++++++-------
 src/apcups.c                            |    2 +-
 src/dbi.c                               |   33 +++--------------------
 src/ethstat.c                           |   45 ++++++++++++++++++++++++++-----
 src/types.db                            |    2 +-
 src/varnish.c                           |   24 ++++++++++++-----
 src/write_graphite.c                    |    2 +-
 src/zfs_arc.c                           |    2 +-
 8 files changed, 71 insertions(+), 57 deletions(-)

New commits:
commit 099531004e4b98e1e1d8a023975799708473b011
Merge: bee3a96 e9fb3dc
Author: Florian Forster <octo at collectd.org>
Date:   Wed Jan 16 13:26:46 2013 +0100

    Merge remote-tracking branch 'origin/collectd-5.2' into collectd-5.2

commit bee3a96910d1a0025e74dc2e584b0c4a20635446
Author: Florian Forster <octo at collectd.org>
Date:   Wed Jan 16 13:18:32 2013 +0100

    write_graphite: Decrease a buffer size.
    
    If the buffer is too large, it is possible that the message cannot be
    send using the send buffer, leading to a failed assertion in
    wg_send_message().
    
    Fixes Github issue #226. Thanks to @bwhaley for reporting this.

commit defd9a4014a34640b1228bbcb96e6aa99e8bbb37
Merge: 7ca030d 3427c2e
Author: Florian Forster <octo at collectd.org>
Date:   Mon Jan 14 10:53:21 2013 +0100

    Merge branch 'collectd-5.1' into collectd-5.2

commit 3427c2e266c04d67848bda913caa730a395c7295
Merge: 83af568 772e602
Author: Florian Forster <octo at collectd.org>
Date:   Mon Jan 14 10:53:13 2013 +0100

    Merge branch 'collectd-4.10' into collectd-5.1

commit 772e60230767260801902eddd571bf6ff88c6423
Author: Florian Forster <octo at collectd.org>
Date:   Mon Jan 14 10:48:03 2013 +0100

    dbi plugin: Replace cdbi_config_set_string() with cf_util_get_string().

commit 83af56840f30864e4ece322a47707d3a13d15422
Author: Jeff Schroeder <jeffschroeder at computer.org>
Date:   Mon Dec 31 11:48:25 2012 -0600

    Fixed a small typo in the ethstat plugin
    
    Signed-off-by: Florian Forster <octo at collectd.org>

commit 6a5004f9c4394c8f561ba3b817196e7a50ad7237
Author: Florian Forster <octo at collectd.org>
Date:   Fri Jan 11 19:45:43 2013 +0100

    ethstat plugin: Fix the map lookup.
    
    Previously, a pointer into the configuration structure was used to look
    up the mappings. Because the configuration structure is freed or
    otherwise modified, this does not work as intended (and may actually
    lead to a segmentation fault when unlucky).
    
    For completeness sake, a shutdown callback was added to free the used
    memory on exit.
    
    Fixes Github issue 224.

commit d5b09f2bb673ac9396da52b85bcbd16c98b3d633
Author: Florian Forster <octo at collectd.org>
Date:   Thu Dec 13 09:55:04 2012 +0100

    src/types.db: Remove the maximum value from "timeleft".

commit 4d99b79f9a36e76a26cc39afa825d61d5676af08
Author: Florian Forster <octo at collectd.org>
Date:   Thu Nov 29 07:58:25 2012 +0100

    zfs_arc plugin: Fix the type used for mutex misses.
    
    Thanks to Yves Mettier for pointing this out!

commit 6c1415d484e5913ac5a7341528378e9a98ee515d
Author: Zuhaib M Siddique <zuhaib at hipchat.com>
Date:   Mon Nov 12 19:15:48 2012 -0800

    Updating data source for collectd v5, see https://collectd.org/wiki/index.php/V4_to_v5_migration_guide
    
    Signed-off-by: Florian Forster <octo at collectd.org>

commit 2195f1f610719f9fdce4aa21f154d5a068de2cbb
Author: Florian Forster <octo at collectd.org>
Date:   Wed Nov 28 08:15:29 2012 +0100

    varnish plugin: Make sure the argument passed to VSM_n_Arg() is not NULL.
    
    Fixes Github issue 202.




More information about the collectd-changes mailing list