[collectd-changes] collectd, the system statistics collection daemon: Changes to 'collectd-4.4'
Florian Forster
octo at verplant.org
Tue Jun 3 16:32:19 CEST 2008
bindings/perl/Collectd.pm | 2 +-
src/perl.c | 16 ++++++++++++----
2 files changed, 13 insertions(+), 5 deletions(-)
New commits:
commit 3f55088d082ad875ce38262895f92880c8eecba4
Author: Sebastian Harl <sh at tokkee.org>
Date: Fri May 30 00:13:07 2008 +0200
Collectd.pm: Updated copyright information.
Signed-off-by: Sebastian Harl <sh at tokkee.org>
Signed-off-by: Florian Forster <octo at huhu.verplant.org>
commit f1bc46b00671022cdd85c458c53bdbd10853903c
Author: Sebastian Harl <sh at tokkee.org>
Date: Fri May 30 00:12:36 2008 +0200
perl plugin: Fixed a segfault that appeared in Perl 5.10.
In Perl 5.10, av_clear() (amongst others) does no longer allow NULL for
the passed array object pointer, thus we have to check for it ourselves.
Signed-off-by: Sebastian Harl <sh at tokkee.org>
Signed-off-by: Florian Forster <octo at huhu.verplant.org>
commit d71f8c2dfb67859cdadcf066a79460768377aa68
Author: Sebastian Harl <sh at tokkee.org>
Date: Fri May 30 00:09:18 2008 +0200
perl plugin: Don't abort if initializing the interpreter failed.
There is no reason to shutdown collectd completely just because of some
Perl specific error. An error message is logged in this case, so the user
has means to detect it.
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