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

Florian Forster octo at verplant.org
Sun Aug 18 12:39:26 CEST 2013


 ChangeLog                    |   69 ++++++++++++++++++++
 configure.in                 |    2 +-
 contrib/redhat/collectd.spec |  142 +++++++++++++++++++++++++++++++-----------
 src/csv.c                    |   26 ++++++--
 src/exec.c                   |  125 +++++++++++++++++++------------------
 src/memcached.c              |    9 +++
 src/rrdcached.c              |   15 +++++
 src/rrdtool.c                |   15 +++++
 version-gen.sh               |    2 +-
 9 files changed, 300 insertions(+), 105 deletions(-)

New commits:
commit f6b9d3b2d95a140eaf9537cae08069b6856684b2
Author: Florian Forster <octo at collectd.org>
Date:   Sun Aug 18 12:12:15 2013 +0200

    Bump version to 5.4.0; Update ChangeLog.

commit c27675331d874c85625d2e64ebcc229db588c5f2
Merge: bdf4ac4 c023314
Author: Florian Forster <octo at collectd.org>
Date:   Sun Aug 18 12:14:39 2013 +0200

    Merge branch 'collectd-5.3'
    
    Conflicts:
    	configure.in

commit c023314cc01ec8fae3f5373aa9dbf2b2a2d339b3
Merge: 282c39d 9de0426
Author: Florian Forster <octo at collectd.org>
Date:   Sun Aug 18 12:13:48 2013 +0200

    Merge branch 'collectd-5.2' into collectd-5.3

commit 9de042657fa536305c5d98ef114dd9750ed4d656
Author: Ceri Storey <ceri at lshift.net>
Date:   Wed Aug 14 16:56:24 2013 +0100

    Attempt to fix collectd/collectd#229 by doing user / group lookups before we fork.
    
    Signed-off-by: Florian Forster <octo at collectd.org>

commit 282c39de93158c8fbdc9640d0a39963602f57f4c
Author: Marc Fournier <marc.fournier at camptocamp.com>
Date:   Tue Aug 6 17:25:56 2013 +0200

    RedHat RPM spec: support for RHEL5
    
    plus some minor updates: bump version to 5.3.1 & add usage example.

commit eb50b18ed7827855868825c97d3ba73f0272a426
Author: Jim Radford <radford at galvanix.com>
Date:   Wed Aug 7 13:05:47 2013 -0700

    memcached plugin: actually connect when using a unix socket
    
    Signed-off-by: Florian Forster <octo at collectd.org>

commit d8a5927958995e2c62d5c32a395a724db1af9123
Author: Manuel Luis Sanmartin Rozada <manuel.luis at gmail.com>
Date:   Tue Aug 6 12:30:52 2013 +0200

    csv plugin: set datadir null when free
    
    If you define twice DataDir:
    
        <Plugin csv>
    	DataDir "/opt/collectd/var/lib/collectd/csv"
    	DataDir stdout
        </Plugin>
    
    the second time datadir will not be null and
    you will get garbage in value_list_to_filename
    
    Signed-off-by: Florian Forster <octo at collectd.org>

commit 44dcf2017576cbd398574ac66a732a5d2b179c3c
Author: Manuel Luis Sanmartin Rozada <manuel.luis at gmail.com>
Date:   Tue Aug 6 01:05:01 2013 +0200

    csv plugin: fix forgotten "datadir" in re-implement value_list_to_filename()
    
    In the commit 7f90e30 the re-implementation of value_list_to_filename
    forgot to prepend the datadir string.
    
    Signed-off-by: Florian Forster <octo at collectd.org>

commit dc61df5bf2ec9fe2c2aea6142505a73b3406d8e3
Author: Florian Forster <octo at collectd.org>
Date:   Wed Jul 24 15:36:00 2013 +0200

    rrdcached, rrdtool plugins: Add directory separator after datadir.
    
    D'oh! Thanks to @rcpoison for pointing this out!
    
    Github: #380

commit 6ef3385ccec835c7efae1ff3d5895858003a6da7
Author: Florian Forster <octo at collectd.org>
Date:   Wed Jul 24 14:12:53 2013 +0200

    rrdcached, rrdtool plugins: Honor the "DataDir" setting.
    
    This fixes a regression introduced in:
    bfd3f06ef4996707036756371c5724ebf2748821
    
    Github: #380

commit 401fa75887bb794abeb78a6b006e66eeb2137805
Author: Marc Fournier <marc.fournier at camptocamp.com>
Date:   Mon Jul 15 11:52:31 2013 +0200

    lpar: make dots in configure.in consistent with other plugins

commit 2b9ee16620622ab98a8e1bfb2f945ac93e1b2f46
Author: Florian Forster <octo at collectd.org>
Date:   Sat Jul 13 11:41:35 2013 +0200

    Bump version to 5.3.1; Update ChangeLog.




More information about the collectd-changes mailing list