[collectd-changes] collectd, the system statistics collection daemon: Changes to 'collectd-4.3'
Florian Forster
octo at verplant.org
Mon Mar 24 13:36:23 CET 2008
build.sh | 8 +++++++-
configure.in | 2 --
src/collectd-unixsock.pod | 4 ++--
src/liboconfig/oconfig.c | 23 +++++++++++++++++++++++
src/liboconfig/parser.y | 14 +++++++++++++-
src/perl.c | 2 +-
src/sensors.c | 30 +++++++++++++++++++++++++++++-
src/wireless.c | 4 ++--
8 files changed, 77 insertions(+), 10 deletions(-)
New commits:
commit 3bb58d8d87a0db2b3177cbc52c2078c5543e7944
Merge: 6ba3ecd88fec2fa10b698b2a91eea2e5cc9ef027 886a41b16b30e495b0508ceae3eeb9cea3304d43
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Mon Mar 24 13:36:05 2008 +0100
Merge branch 'collectd-4.2' into collectd-4.3
commit 886a41b16b30e495b0508ceae3eeb9cea3304d43
Author: Sebastian Harl <sh at tokkee.org>
Date: Mon Mar 24 12:07:20 2008 +0100
liboconfig/parser.y: Enabled verbose error messages.
This uses bison's "%error-verbose" option which might not be available in
other yacc implementations.
Signed-off-by: Sebastian Harl <sh at tokkee.org>
Signed-off-by: Florian Forster <octo at huhu.verplant.org>
commit 7aee817a090f1f825e68c3a0288a373c52e16e03
Author: Sebastian Harl <sh at tokkee.org>
Date: Mon Mar 24 12:06:49 2008 +0100
liboconfig: Include the filename in error messages.
As collectd now supports more than one config file, this is more
convenient.
A module-global variable is used for that purpose. If no filename is
available (e.g. if the user uses oconfig_parse_fh() directly), a string
like "<fd#X>" is used instead, where X is replaced by the file descriptor.
Signed-off-by: Sebastian Harl <sh at tokkee.org>
Signed-off-by: Florian Forster <octo at huhu.verplant.org>
commit d92709332ac43db953605921d0d820b456223261
Author: Sebastian Harl <sh at tokkee.org>
Date: Sat Mar 22 17:22:49 2008 +0100
perl plugin: Updated copyright information.
Signed-off-by: Sebastian Harl <sh at tokkee.org>
Signed-off-by: Florian Forster <octo at huhu.verplant.org>
commit c5f350282ef7874f6fbe4234a34c6b4831d3949f
Author: Sebastian Harl <sh at tokkee.org>
Date: Sat Mar 22 17:22:19 2008 +0100
collectd-unixsock(5): Fixed some typos.
Signed-off-by: Sebastian Harl <sh at tokkee.org>
Signed-off-by: Florian Forster <octo at huhu.verplant.org>
commit a059273e4c2b6eef8d707d86b6f5a9dfb3e85430
Author: Florian Forster <octo at huhu.verplant.org>
Date: Sat Mar 22 11:14:03 2008 +0100
sensors plugin: Print information why a specific feature is ignored in debug mode.
As requested by OndÅej Válek.
commit 5a6dd55c7ce0d5426c402570bd787b65796439b0
Author: Florian Forster <octo at huhu.verplant.org>
Date: Sat Mar 22 10:45:11 2008 +0100
wireless plugin: Fix reading the noise value.
Accidentally the wrong value was used as `noise'. This patch fixes it.
Thanks to OndÅej Válek for pointing this out.
commit 2eb288109f6b369f3b917f72dde8df9e07691da4
Author: Sebastian Harl <sh at tokkee.org>
Date: Sun Mar 9 19:59:15 2008 +0100
build.sh: Use glibtoolize if it's available.
This way, the script should work on e.g. MacOSX as well.
Signed-off-by: Sebastian Harl <sh at tokkee.org>
Signed-off-by: Florian Forster <octo at huhu.verplant.org>
commit c5d8344235ffedd8d37e31a7fefb131502dce212
Author: Sebastian Harl <sh at tokkee.org>
Date: Sun Mar 9 19:58:24 2008 +0100
configure: Do not preset $with_libstatgrab and $with_libdevstat.
Those variables are set when parsing the command line options and evaluated
inside the AC_ARG_WITH() macro. Presetting them overwrites any command line
options.
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