[collectd-changes] collectd, the system statistics collection daemon: Changes to 'master'
Florian Forster
octo at verplant.org
Fri Oct 3 22:08:23 CEST 2008
AUTHORS | 2 +-
build.sh | 49 ++++++++--
contrib/collection.cgi | 83 +++++++++++++++++
contrib/collection3/etc/collection.conf | 147 +++++++++++++++++++++++++++++-
src/collectd.conf.pod | 10 +-
src/perl.c | 31 +++++--
src/plugin.c | 6 +-
src/powerdns.c | 4 +-
src/snmp.c | 29 +++++-
9 files changed, 321 insertions(+), 40 deletions(-)
New commits:
commit b48454eddeaa6d8e0edb9547190cfc509d8abeb4
Merge: afdfb42567ed6a0f312b649357cf65099e544e7f 39ba035b60b509311874ccf89d11d240c0271a90
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Fri Oct 3 13:35:56 2008 +0200
Merge branch 'collectd-4.5'
commit 39ba035b60b509311874ccf89d11d240c0271a90
Merge: 843d92b034b7303d818e222506bc165fb4f1fd22 148fe4faebc8bde13dc9e4429e687f752a6d3cde
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Fri Oct 3 13:35:45 2008 +0200
Merge branch 'collectd-4.4' into collectd-4.5
commit 148fe4faebc8bde13dc9e4429e687f752a6d3cde
Author: Florian Forster <octo at huhu.verplant.org>
Date: Fri Oct 3 13:30:58 2008 +0200
build.sh: Check for more (all?) programs needed.
commit 19461d879f7e3078c5c6946461212cbeaabe2095
Author: Sebastian Harl <sh at tokkee.org>
Date: Sat Sep 20 16:34:39 2008 +0200
collection.cgi: Added support for the memcached-specific types.
Signed-off-by: Sebastian Harl <sh at tokkee.org>
Signed-off-by: Florian Forster <octo at huhu.verplant.org>
commit 843d92b034b7303d818e222506bc165fb4f1fd22
Author: Sebastian Harl <sh at tokkee.org>
Date: Tue Sep 16 15:40:14 2008 +0200
perl plugin: Disable plugin after fatal configuration errors.
Currently, the only such case is the failure to bootstrap the Perl interpreter
and Collectd module. This fixes a segfault that happened when trying to
configure Perl plugins in that case.
Signed-off-by: Sebastian Harl <sh at tokkee.org>
Signed-off-by: Florian Forster <octo at huhu.verplant.org>
commit dfbfb32b43cb50fec078eeb9c3210f200233d7e8
Author: Sebastian Harl <sh at tokkee.org>
Date: Tue Sep 16 15:38:48 2008 +0200
src/plugin.c: Increase the plugin_log() message buffer to 1024 bytes.
512 bytes is not enough for some perl error messages.
Signed-off-by: Sebastian Harl <sh at tokkee.org>
Signed-off-by: Florian Forster <octo at huhu.verplant.org>
commit 405d9d69c62e7d3ee178d741a0e82bc15ce187e6
Author: Sebastian Harl <sh at tokkee.org>
Date: Tue Sep 16 15:36:18 2008 +0200
perl plugin: Log the perl error messages if bootstrapping Collectd failed.
Signed-off-by: Sebastian Harl <sh at tokkee.org>
Signed-off-by: Florian Forster <octo at huhu.verplant.org>
commit 8843fc5b1e5dd6c70b5f99b882c757951a9df95c
Author: Florian Forster <octo at noris.net>
Date: Mon Sep 22 14:00:31 2008 +0200
contrib/collection3: Added graphs for `apache_{bytes,requests}'.
commit fed90526a118b681494211aaf0737da2e7c98238
Author: Florian Forster <octo at noris.net>
Date: Mon Sep 22 14:00:02 2008 +0200
contrib/collection3: Use `instance' rather than `plugin_instance'
for all the `disk_*' graphs.
commit 8faf4450ab7019e8931eca3343d43c79c37701d3
Author: Florian Forster <octo at noris.net>
Date: Mon Sep 22 13:57:29 2008 +0200
snmp plugin: Improve parsing of strings to values.
The ``strings'' returned by the Net-SNMP library may not be null
terminated. What the fuck were those guys thinking? At least there's a
`val_len' member in `struct variable_list' we can use to determine the
amount of bytes we need to copy.
commit ef08fe7a2669c8ef84a63e54a279c840208d0a87
Author: Florian Forster <octo at noris.net>
Date: Wed Sep 17 13:42:59 2008 +0200
collection3/etc/collection.conf: Added some mysql stuff.
commit df2ae7af20a12f55f7a80f5830c98f5741ec585c
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Sat Sep 13 17:52:54 2008 +0200
AUTHORS: Fixed typo.
commit 3d14b5392ebaeb8c6230bccb0df9fb2e3be324c9
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Sat Sep 13 17:32:03 2008 +0200
collectd.conf(5): Fixed typo.
commit d52de0a2a9e6e9475cf9998e88f0c85177dea51b
Author: Florian Forster <octo at huhu.verplant.org>
Date: Fri Sep 12 16:27:35 2008 +0200
collectd.conf(5): Changed the default socket paths of the powerdns plugin.
commit 62738b716a7eefc91018e01f8e4f241ce3d45227
Author: Boian Berberov <bberberov at gmail.com>
Date: Fri Sep 12 16:20:10 2008 +0200
powerdns plugin: Use `LOCALSTATEDIR' instead of "/var".
I was working on updating Gentoo's ebuild and I noticed that localstatedir was
not used in certain places. Please review these patches and consider them.
Boian Berberov
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