perl plugin: Don't abort if initializing the interpreter failed.
authorSebastian Harl <sh@tokkee.org>
Thu, 29 May 2008 22:09:18 +0000 (00:09 +0200)
committerFlorian Forster <octo@huhu.verplant.org>
Tue, 3 Jun 2008 14:31:05 +0000 (16:31 +0200)
commitd71f8c2dfb67859cdadcf066a79460768377aa68
tree33c7e996b01ad030f916a6a4258d2c1e43dd45ea
parentf2c53b7990c0658811281e3992b6bcb7b18aabc8
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@tokkee.org>
Signed-off-by: Florian Forster <octo@huhu.verplant.org>
src/perl.c