[collectd-changes] collectd,
the system statistics collection daemon: Changes to 'master'
Florian Forster
octo at verplant.org
Wed Nov 8 15:05:16 CET 2006
contrib/init.d-rh7 | 1 +
src/collectd.c | 4 ++--
src/plugin.c | 4 ++--
src/plugin.h | 2 +-
4 files changed, 6 insertions(+), 5 deletions(-)
New commits:
commit 78318faac0803f34e9b172d063fcab1e53873f72
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Wed Nov 8 15:04:59 2006 +0100
Change contrib/init.d-rh7 to sleep for a second between restarts.
commit 9513f4000aea72580d96968214f18e059ad12eb9
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Tue Nov 7 20:52:29 2006 +0100
Break out of the `nanosleep' loop if `loop' is set to non-zero.
commit 1ed0132c7c7962a5bec018faf0bb00db3a823396
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Mon Nov 6 19:34:53 2006 +0100
plugin_read_all: Check the `loop' variable after each iteration and return early if the daemon is shutting down.
Lubos Stanek has reported that the daemon may stop too slow, resulting in it
being killed by impatient init-scripts. With this patch `plugin_read_all'
checks the `loop' variable before entering each plugin's read-function. If the
loop-variable is set to non-zero it will return early, allowing the daemon to
shutdown more instantly.
More information about the collectd-changes
mailing list