[collectd-changes] collectd, the system statistics collection daemon: Changes to 'collectd-4.4'
Florian Forster
octo at verplant.org
Tue Aug 19 09:48:24 CEST 2008
configure.in | 13 ++++++++-----
src/Makefile.am | 2 +-
src/snmp.c | 19 ++++++-------------
src/swap.c | 12 ++++++------
src/tcpconns.c | 12 ++++++------
5 files changed, 27 insertions(+), 31 deletions(-)
New commits:
commit 903ebad4e6fe24e6b04097f18048b63ebb3bcb29
Merge: 61011a9d336d85890eac845c5af23a8046e74c10 540e2d3c242dd39bb304fc3548dad5437ed6eddc
Author: Florian Forster <octo at huhu.verplant.org>
Date: Tue Aug 19 09:45:35 2008 +0200
Merge branch 'collectd-4.3' into collectd-4.4
commit 540e2d3c242dd39bb304fc3548dad5437ed6eddc
Author: Florian Forster <octo at huhu.verplant.org>
Date: Tue Aug 19 09:44:56 2008 +0200
build system: Automatically enable the swap plugin if the kvm library is found.
This fixes a bug introduced with the previous commit.
commit 61011a9d336d85890eac845c5af23a8046e74c10
Merge: 7881caca3cf7ee5253b5a3e3b7e2efe1e351dc2c c146aa8a58c370ced66a869a49028232b6bd9bdf
Author: Florian Forster <octo at huhu.verplant.org>
Date: Tue Aug 19 09:26:13 2008 +0200
Merge branch 'collectd-4.3' into collectd-4.4
commit c146aa8a58c370ced66a869a49028232b6bd9bdf
Merge: aac435a16a547dd0a7621d0cda75b2918b24b515 e2004cdfb5c19647c3fc35f1322a5990cf04a8c8
Author: Florian Forster <octo at huhu.verplant.org>
Date: Tue Aug 19 09:25:46 2008 +0200
Merge branch 'collectd-4.3' of /var/lib/git/collectd into collectd-4.3
commit aac435a16a547dd0a7621d0cda75b2918b24b515
Author: Florian Forster <octo at huhu.verplant.org>
Date: Tue Aug 19 09:24:33 2008 +0200
build system: Define which version of libkvm has been checked for.
The used `kvm_getswapinfo' is apparently an extension not all versions of the
kvm library support.
commit e2004cdfb5c19647c3fc35f1322a5990cf04a8c8
Author: Florian Forster <octo at noris.net>
Date: Mon Aug 18 18:19:26 2008 +0200
tcpconns plugin: Fix another format string.
commit e0fdc19f6e9f61323a2d61e00e6226070e35668b
Author: Florian Forster <octo at huhu.verplant.org>
Date: Mon Aug 18 16:18:41 2008 +0200
tcpconns plugin: Fix formatstrings.
commit 0109e3c1f3a515ed716ddbdc261e0ed2e3f8e640
Author: Florian Forster <octo at noris.net>
Date: Mon Aug 18 10:48:21 2008 +0200
snmp plugin: Fix a possible memory leak.
The result was not freed when `csnmp_instance_list_add' failed. This
rarely happens in 4.3, but later versions will be more strict in the
function, so this became a problem.
More information about the collectd-changes
mailing list