[collectd-changes] collectd, the system statistics collection daemon: Changes to 'master'
Florian Forster
octo at verplant.org
Sun Jun 13 23:03:25 CEST 2010
configure.in | 2 +-
contrib/GenericJMX.conf | 13 +++++-
contrib/collectd2html.pl | 49 ++++++++++++++---------
src/bind.c | 6 ++-
src/collectd.conf.in | 64 +++++++++++++++++++++++++++--
src/collectd.conf.pod | 85 ++++++++++++++++++++++++++++++++++++++--
src/libcollectdclient/client.c | 4 +-
src/powerdns.c | 21 ++++++++--
src/processes.c | 5 ++
src/python.c | 12 +++++-
src/snmp.c | 18 +++++++-
11 files changed, 236 insertions(+), 43 deletions(-)
New commits:
commit 37e18082cfb22491138e282074c5267df48dd8de
Merge: c1f003b743598619e7a32083fa7bc41e06d82cf4 2bdaa472d6955a8c93c6aa77f11748d4c611558e
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Sun Jun 13 21:44:21 2010 +0200
Merge branch 'collectd-4.10'
commit 2bdaa472d6955a8c93c6aa77f11748d4c611558e
Merge: 4faea334095e49d68825b0eb042a9a286d0e91e7 7d2c6544020d6864593bfcad284ca17faa337739
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Sun Jun 13 21:44:09 2010 +0200
Merge branch 'collectd-4.9' into collectd-4.10
commit 7d2c6544020d6864593bfcad284ca17faa337739
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Sun Jun 13 15:50:48 2010 +0200
bind plugin: Fix building with --enable-standards.
commit 93d32dedac1cea88e5a9bd335a6413e040ed3566
Merge: 502535807083ee487f2e1b3dad15051b4db7c754 e6e95d5b9dc44ebfa39984c984e75327ce71d0ea
Author: Florian Forster <octo at noris.net>
Date: Wed Jun 9 10:38:55 2010 +0200
Merge remote branch 'tokkee/sh/collectd-4.9' into collectd-4.9
commit 502535807083ee487f2e1b3dad15051b4db7c754
Author: Florian Forster <octo at noris.net>
Date: Wed Jun 9 10:38:11 2010 +0200
contrib/GenericJMX.conf: Use the "jmx_memory" type.
commit 4faea334095e49d68825b0eb042a9a286d0e91e7
Author: Sebastian Harl <sh at tokkee.org>
Date: Tue Jun 8 00:55:32 2010 +0200
collectd.conf(5): Fixed some typos.
Thanks to lintian for reporting one of them ;-)
commit e6e95d5b9dc44ebfa39984c984e75327ce71d0ea
Author: Timur Kirilichev <dontstay at pochta.ru>
Date: Fri May 7 06:31:26 2010 +0400
collectd2html.pl: Further improvements to the XHTML support.
Signed-off-by: Sebastian Harl <sh at tokkee.org>
commit a7062b25330dc603ee4e9d25e5d2f84b3f20bfbd
Author: Max Henkel <henkel at gmx.at>
Date: Thu Apr 8 12:06:29 2010 +0200
collectd2html.pl: Produce XHTML output.
⦠as requested in Debian bug #575029.
Signed-off-by: Sebastian Harl <tokkee at debian.org>
commit 4de127039456bcd34de35fc83d53501466d2a648
Author: Yuri D'Elia <wavexx at thregr.org>
Date: Fri Dec 18 12:33:31 2009 +0100
collectd2html: Fixed recursive mode.
Also, improved default settings to match the collectd4 series.
Signed-off-by: Sebastian Harl <tokkee at debian.org>
commit 7a0db7f902f3224ff76c3a21d7b218575d72ba1b
Author: Luke Heberling <collectd at c-ware.com>
Date: Sun Aug 30 12:41:13 2009 -0700
powerdns plugin: Fixed communication when talking to pdns 2.9.22.
powerdns version 2.9.22 (and above) require a newline at the end of
commands sent to the server.
Signed-off-by: Sebastian Harl <tokkee at debian.org>
commit 0e2bf7506fd4c87f43aeff5e07f436405590c029
Author: Sebastian Harl <sh at tokkee.org>
Date: Thu Jun 3 14:35:45 2010 +0200
collectd.conf.in: Added further sample config options.
commit 85b3049cd4e09b5a34136533a6e99f8d43d1b82b
Author: Sebastian Harl <sh at tokkee.org>
Date: Thu Jun 3 13:57:35 2010 +0200
collectd.conf.in: Added a sample config for the âmodbusâ plugin.
⦠copied from the plugin sources.
commit 1dc694923c90b83f2889dc7925e0a4e11f8e569d
Author: Florian Forster <octo at huhu.verplant.org>
Date: Wed May 19 16:23:55 2010 +0200
collectd.conf(5): Added documentation for the pinba plugin.
commit df69fe8118215a80bb1f2e4b1a68c508abffb054
Author: Aurelien Reynaud <collectd at wattapower.net>
Date: Wed May 12 11:55:05 2010 +0200
snmp.c: compilation fixes for AIX
The C and C++ standards allows the character type char to be signed or
unsigned, depending on the platform and compiler. Most systems,
including x86 GNU/Linux and Microsoft Windows, use signed char, but
those based on PowerPC and ARM processors typically use unsigned char.
This patch fixes a "comparison is always true" warning on AIX (powerpc)
which leads the compilation to abort because of the -Werror flag.
Being unsigned by default, a char is always >0.
Signed-off-by: Aurelien Reynaud <collectd at wattapower.net>
Signed-off-by: Florian Forster <octo at huhu.verplant.org>
commit 26a6b8ecff2bd8dd700805e39fec5bb2834ebcef
Author: Aurelien Reynaud <collectd at wattapower.net>
Date: Wed May 12 11:55:04 2010 +0200
processes.c: fix uninitialized variables warnings
Signed-off-by: Aurelien Reynaud <collectd at wattapower.net>
Signed-off-by: Florian Forster <octo at huhu.verplant.org>
commit 2a0b2294b8d0064890a2687d0ce25a8ed2f428f4
Author: Johan Van den Brande <johan at vandenbrande.com>
Date: Wed May 19 12:23:23 2010 +0200
Bugfix for libcollectdclient lcc_putval.
Hello,
I'm using collectd to monitor system and process parameters of our code under
test running on a cluster. The test processes communicate to collectd via the
unixsock plugin, but there was a small error in the client library which I had
to fix first.
The wire format of the putval command is missing a space behind the closing
double quote of the identifier. As I said, it is a small fix, but nevertheless
I attached the patch for client.c. The bug is present in 4.6 (that is the
version I'm using in production), but I fixed it against 4.10.0.
Cheers,
Johan
Signed-off-by: Florian Forster <octo at huhu.verplant.org>
commit 854f18303f070d34a5373e970b7a81dd505bddfb
Author: Florian Forster <octo at noris.net>
Date: Wed May 19 12:14:46 2010 +0200
snmp plugin: csnmp_value_list_to_value: Include the OID in the log message.
commit 0e1bb73758ac56f435e1313e6d78c4e41d53a78d
Author: Florian Forster <octo at noris.net>
Date: Wed May 19 11:47:45 2010 +0200
snmp plugin: Don't print a warning if the ASN type is "ASN_NULL".
Thanks to "Flyinvap" for pointing this out.
commit fabc18dac7e676b4e6577bcb6880d501dccc5b31
Merge: 7970f59dff204401069cfc53f7c53f207a681428 63f424212ca2bf3472af842a68881a7a58e86d44
Author: Sven Trenkel <collectd at semidefinite.de>
Date: Wed May 19 10:58:01 2010 +0200
Merge branch 'collectd-4.9' into collectd-4.10
Conflicts:
src/python.c
commit 63f424212ca2bf3472af842a68881a7a58e86d44
Merge: 2d2f830e2c59468dab1109f75d2c885807b8518d 7df95b043342aef5a3f40007448a9b0afcafffd2
Author: Florian Forster <octo at noris.net>
Date: Wed May 19 10:47:58 2010 +0200
Merge remote branch 'origin/collectd-4.9' into collectd-4.9
commit 7df95b043342aef5a3f40007448a9b0afcafffd2
Author: Max Henkel <henkel at gmx.at>
Date: Tue May 4 23:39:18 2010 +0200
configure.in: htonll check depends on linker
Fixing a cross-compile issue by depending only on a linker check.
Signed-off-by: Florian Forster <octo at huhu.verplant.org>
commit 2d2f830e2c59468dab1109f75d2c885807b8518d
Author: Sven Trenkel <collectd at semidefinite.de>
Date: Sat May 15 22:36:25 2010 +0200
python: Fixed some memory leaks in the write and notification callbacks.
Thanks to Volkmar Uhlig for the hint.
commit 2195f16f6e7c0ba14bb0b04fab98c1b416bfd14d
Author: Sven Trenkel <collectd at semidefinite.de>
Date: Mon May 3 15:01:56 2010 +0200
python: Fixed a crash if the plugin was loaded but not configured.
More information about the collectd-changes
mailing list