[collectd-changes] collectd, the system statistics collection daemon: Changes to 'collectd-4.6'
Florian Forster
octo at verplant.org
Sat Apr 18 01:06:39 CEST 2009
src/battery.c | 17 +++++++++++++++--
src/cpu.c | 4 +++-
src/interface.c | 2 +-
src/libcollectdclient/client.c | 9 +++++++++
src/memory.c | 2 +-
src/ping.c | 2 +-
src/processes.c | 2 ++
7 files changed, 32 insertions(+), 6 deletions(-)
New commits:
commit 9b626288aff81c68fe19210a58b4a32eeefde9d3
Merge: 4ea822d83441f31e816d0742f1276bb501a0cb11 12f08ff05e4f451232072c52f1383a0fb97db707
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Sat Apr 18 01:04:48 2009 +0200
Merge branch 'collectd-4.5' into collectd-4.6
Conflicts:
src/cpu.c
commit 4ea822d83441f31e816d0742f1276bb501a0cb11
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Sat Apr 18 01:02:59 2009 +0200
src/libcollectdclient/: Check if EILSEQ is defined.
And fall back to EPROTO or EINVAL if it is not, e. g. under FreeBSD.
commit 12f08ff05e4f451232072c52f1383a0fb97db707
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Sat Apr 18 00:55:59 2009 +0200
interface, memory, ping plugins: Update copyright information.
commit 1d4cdb75eeb13910a640520c2e3192f962045b0d
Author: Florian Forster <octo at huhu.verplant.org>
Date: Fri Apr 17 18:19:59 2009 +0200
cpu plugin: Updated copyright information.
commit 353ad874e44c7ffa1faa62a34ca2c40b0f047095
Author: Doug MacEachern <dougm at hyperic.com>
Date: Thu Apr 16 19:53:49 2009 -0700
Set process vmem_size and stack_size on FreeBSD
Fixes:
processes.c: In function 'ps_read':
processes.c:328: warning: 'pse.vmem_size' is used uninitialized in this function
processes.c:1300: note: 'pse.vmem_size' was declared here
processes.c:330: warning: 'pse.stack_size' is used uninitialized in this function
processes.c:1300: note: 'pse.stack_size' was declared here
Signed-off-by: Doug MacEachern <dougm at hyperic.com>
Signed-off-by: Florian Forster <octo at huhu.verplant.org>
commit 0c0db283184765cb40fcd8cd52735b6e2cc7db31
Author: Sebastian Harl <sh at tokkee.org>
Date: Tue Mar 10 22:06:10 2009 +0100
battery plugin: Don't complain about missing /proc/acpi/battery each interval.
Instead, complain once when the read callback is called for the first time.
More information about the collectd-changes
mailing list