[collectd-changes] collectd, the system statistics collection daemon: Changes to 'collectd-5.3'
Florian Forster
octo at verplant.org
Sun Aug 18 12:39:26 CEST 2013
configure.in | 2 +-
src/csv.c | 26 +++++++++---
src/exec.c | 125 ++++++++++++++++++++++++++++---------------------------
src/memcached.c | 9 ++++
src/rrdcached.c | 15 +++++++
src/rrdtool.c | 15 +++++++
6 files changed, 124 insertions(+), 68 deletions(-)
New commits:
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 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
More information about the collectd-changes
mailing list