[collectd-changes] collectd,
the system statistics collection daemon: Changes to 'collectd-4'
Florian Forster
octo<span style="display: none;">.trailing-username</span>(a)<span style="display: none;">leading-domain.</span>verplant.org
Tue Mar 27 18:59:01 CEST 2007
src/collectd.conf.in | 1
src/collectd.conf.pod | 9 +++
src/common.c | 41 ++++++++++++++-
src/common.h | 8 ++
src/configfile.c | 2
src/network.c | 136 +++++++++++++++++++++++++++++++++++++++++++++-----
src/plugin.c | 6 ++
src/plugin.h | 1
src/processes.c | 9 +--
src/sensors.c | 9 +--
src/unixsock.c | 49 +-----------------
11 files changed, 200 insertions(+), 71 deletions(-)
New commits:
commit 34f363d3919fb2ba27678da7231095c2e9802dd0
Author: Florian Forster <octo.trailing-username(a)leading-domain.leeloo.lan.home.verplant.org>
Date: Tue Mar 27 18:58:56 2007 +0200
network plugin: Implemented duplicate detection and a `Forward' option.
The plugin will now only send values received via the network, if the `Forward'
option is set to `true'. Also, duplicates are detected and discarded,
preventing loops, duplicate entries and errors from RRDTool.
commit 1905f1c798900322495f8c988820930c2a1bcae2
Author: Florian Forster <octo.trailing-username(a)leading-domain.leeloo.lan.home.verplant.org>
Date: Tue Mar 27 17:24:21 2007 +0200
unixsock plugin: Use `format_name' rather than the local `cache_alloc_name'.
commit 232d518763046ff1b1c3243784caf0c7e821bcef
Author: Florian Forster <octo.trailing-username(a)leading-domain.leeloo.lan.home.verplant.org>
Date: Tue Mar 27 17:23:51 2007 +0200
common.[ch]: Provide a function `format_name' to turn a value-list into its string representation.
commit a795179f29ec002bb2048635aef7642c994a911c
Author: Florian Forster <octo.trailing-username(a)leading-domain.leeloo.lan.home.verplant.org>
Date: Tue Mar 27 16:31:51 2007 +0200
{processes,unixsock} plugin: Remove annoying debug messages.
commit beee49e8db308987c19bb16e93f0f8c8b435d773
Author: Florian Forster <octo.trailing-username(a)leading-domain.leeloo.lan.home.verplant.org>
Date: Tue Mar 27 16:31:22 2007 +0200
network plugin: Fix shutdown code.
commit abba9553ff446ea56620a811d5b218e842c1d5ee
Author: Florian Forster <octo.trailing-username(a)leading-domain.leeloo.lan.home.verplant.org>
Date: Tue Mar 27 16:31:01 2007 +0200
plugin.[ch]: Implemented `plugin_unregister_config'.
commit 0ac5ded812171ac8bec7eed1331e894a33dbe211
Author: Florian Forster <octo.trailing-username(a)leading-domain.leeloo.lan.home.verplant.org>
Date: Tue Mar 27 16:10:16 2007 +0200
sensors plugin: Fix programming mistakes.
More information about the collectd-changes
mailing list