[collectd-changes] collectd, the system statistics collection daemon: Changes to 'collectd-4.1'
Florian Forster
octo at verplant.org
Sun Oct 28 11:48:40 CET 2007
src/apcups.c | 4 ++--
src/collectd.h | 5 -----
src/hddtemp.c | 2 +-
src/mbmon.c | 2 +-
src/ntpd.c | 2 +-
src/plugin.h | 6 +++++-
6 files changed, 10 insertions(+), 11 deletions(-)
New commits:
commit 98e9139adc077eeaaa4d2afbcb93539b15e3b62b
Author: Sebastian Harl <sh at tokkee.org>
Date: Sun Oct 28 09:58:18 2007 +0100
collectd.h: Removed legacy definition of operation modes.
Signed-off-by: Sebastian Harl <sh at tokkee.org>
Signed-off-by: Florian Forster <octo at huhu.verplant.org>
commit b0c3db2d98b74ec6fef30973500cdcab30a890f6
Author: Sebastian Harl <sh at tokkee.org>
Date: Sun Oct 28 09:57:17 2007 +0100
plugin.h: Make DEBUG() a noop when compiling without debugging support.
This saves a couple of useless calls to plugin_log() which the compiler
does not detect and remove itself.
A couple of DEBUG()'s in the apcups, hddtemp, mbmon and ntpd plugins have
been upgraded to INFO()'s. All of them provide error messages of failed
system / libc calls which should be available to the user somehow.
Besides, they use a local string buffer which generates an "unused
variable" warning if DEBUG() expands to a noop.
Signed-off-by: Sebastian Harl <sh at tokkee.org>
Signed-off-by: Florian Forster <octo at huhu.verplant.org>
More information about the collectd-changes
mailing list