[collectd-changes] collectd, the system statistics collection daemon: Changes to 'master'
Florian Forster
octo at verplant.org
Sat Aug 2 21:07:31 CEST 2014
.gitignore | 3 +++
Makefile.am | 2 +-
README | 68 +++++++++++++++++++++++++++++++++--------------------
configure.ac | 45 ++++++++++++++---------------------
src/Makefile.am | 2 ++
src/dbi.c | 21 +++++++++++++++--
src/libvirt.c | 47 +++++++++++++++++++++++++++++++++++-
src/write_kafka.c | 6 +++++
8 files changed, 137 insertions(+), 57 deletions(-)
New commits:
commit f1907a6d0775bc2ed9f2de79bd82b05e06e3e214
Author: Pierre-Yves Ritschard <pyr at spootnik.org>
Date: Fri Aug 1 11:13:27 2014 +0200
add a conditional for the new dbi reentrant driver interface
commit 836df6038722399aed406d073fe4e7fbc025d07a
Author: Pierre-Yves Ritschard <pyr at spootnik.org>
Date: Fri Aug 1 11:12:39 2014 +0200
ignore tests output
commit 2761756b5ad2c9a973b30540633218202860a4d7
Merge: af0b326 6db2e26
Author: Pierre-Yves Ritschard <pyr at spootnik.org>
Date: Thu Jul 31 23:49:35 2014 +0200
Merge pull request #312 from jazzmes/libvirt-mem-usage
Included memory usage per VM
commit af0b3263a683a6cdec6303c8e2594bfcd58f49ca
Merge: 0c1024c 580eb49
Author: Marc Fournier <marc.fournier at camptocamp.com>
Date: Thu Jul 31 23:39:11 2014 +0200
Merge pull request #688 from mfournier/misc-build-cleanups
Misc build cleanups
commit 0c1024c7372af213ebabac9e08f0255e84a7a303
Author: Marc Fournier <marc.fournier at camptocamp.com>
Date: Thu Jul 31 23:24:07 2014 +0200
README: cleanup & consistency
* add 2 plugins missing from plugin list
* add 2 libraries missing from prerequisites section
* remove reference to bundled libiptc
* add a few missing references to plugins in the prerequisites section
* consistent quoting of plugin names
* wrap lines at column 80
commit 6db2e260ac76982456e35f18226c09541f472e41
Author: jazzmes <tcarvalho at cmu.edu>
Date: Thu Jul 31 10:08:54 2014 -0700
Fixed memory leaks
Fixed memory leaks
commit 19d5c74dca00487c35b4e103f0d11e2a0d74012e
Author: Pierre-Yves Ritschard <pyr at spootnik.org>
Date: Thu Jul 31 15:12:38 2014 +0200
enable logging for older versions of librdkafka
commit 480d66bbe1970d6cbb68765878f2ee6187bbd5b2
Author: Pierre-Yves Ritschard <pyr at spootnik.org>
Date: Thu Jul 31 09:58:06 2014 +0200
conditionally use rd_kafka_conf_set_log_cb, fixes #686
commit 580eb49a6b5a601ff83d81589c136e83407bc8bc
Author: Marc Fournier <marc.fournier at camptocamp.com>
Date: Wed Jul 30 23:15:23 2014 +0200
build system: correct warning about subdir-objects
This suppresses this category of warnings when running build.sh:
src/Makefile.am:NNN: warning: source file 'XXX' is in a subdirectory,
src/Makefile.am:NNN: but option 'subdir-objects' is disabled
commit 7f9ea3cdcb74fe5f1d2ccb73dcccf0f3cfa9abf2
Author: Marc Fournier <marc.fournier at camptocamp.com>
Date: Wed Jul 30 23:13:19 2014 +0200
build system: correct warning about 'INCLUDES'
This suppresses this warning when running build.sh:
Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
commit 452185d6b38cea29ee0984d5d569c1cfb3b11309
Author: Marc Fournier <marc.fournier at camptocamp.com>
Date: Wed Jul 30 23:06:03 2014 +0200
build: remove obsolete reference to bundled libiptc
Libiptc was removed 3 years ago in 99364c70, so this option to
./configure isn't of any use anymore.
commit 627a0507906997d3311173cd2164d69dc96334c2
Author: Tiago Carvalho <tfrcarvalho at gmail.com>
Date: Sun Apr 28 21:36:48 2013 +0100
Included memory usage per VM
Included all the metrics about the actual memory used by VMs (as
returned by libvirt.virDomainMemoryStats)
More information about the collectd-changes
mailing list