[collectd-changes] collectd, the system statistics collection daemon: Changes to 'collectd-4.7'
Florian Forster
octo at verplant.org
Sat Sep 19 08:48:44 CEST 2009
src/processes.c | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
New commits:
commit e75f137bdc3f6a002a8b31d822f7732e191c0f2b
Author: Andrés J. DÃaz <ajdiaz at connectical.com>
Date: Sat Sep 19 08:45:49 2009 +0200
processes plugin: Fix handling of Linux 2.4.
Hi Florian et al
Thanks for the reply, but we detect a minor bug in the previous patch
due to kernel 2.4
The correct patch is attached. The bug is related with kernels 2.4,
where task/ directory do not exists and ps_read_task return -1, which is
catched and raise an error (breaking the ps_read_process function), so a
NaN is dispatched istead of values (number of process:1, number of
threads :1).
Sorry for the inconvenience :(
Regards,
Andres
Signed-off-by: Florian Forster <octo at leeloo.lan.home.verplant.org>
More information about the collectd-changes
mailing list