[collectd-changes] collectd, the system statistics collection daemon: Changes to 'master'
Florian Forster
octo at verplant.org
Tue Oct 9 18:09:42 CEST 2007
ChangeLog | 2
src/perl.c | 171 ++++++++++++++++++++++++++++++++++++++++++++-----------------
2 files changed, 127 insertions(+), 46 deletions(-)
New commits:
commit ddb83d4bb9f1f07ccb9905354cf2eebe7a9b0a01
Author: Florian Forster <octo at huhu.verplant.org>
Date: Tue Oct 9 18:09:34 2007 +0200
ChangeLog: Documented the changes to the perl plugin..
..a little
commit 0f66e37dc4fe6ab12a2ac5d6852529cfbe5f8c5d
Author: Sebastian Harl <sh at tokkee.org>
Date: Sun Oct 7 23:51:20 2007 +0200
perl plugin: Converted to use "complex" configuration.
The parsing of the syntax tree of the "Plugin perl" section is now done in
perl_config() allowing more flexible setups like passing configuration
options to Perl plugins.
Signed-off-by: Sebastian Harl <sh at tokkee.org>
Signed-off-by: Florian Forster <octo at huhu.verplant.org>
commit eca5237ba1652a2517cabf47a355efb193cec5f9
Author: Sebastian Harl <sh at tokkee.org>
Date: Sun Oct 7 23:50:30 2007 +0200
perl plugin: Added "EnableDebugger" config option.
This config option will pass control to the Perl debugger after the
interpreter has been initialized. This is exactly the same as invoking perl
with the "-d" command line switch.
Just as with perl's "-d" command line option you can supply an alternative
debugger. Pass the package name as an argument to the "EnableDebugger" option
See perldebug(1) for more details.
Signed-off-by: Sebastian Harl <sh at tokkee.org>
Signed-off-by: Florian Forster <octo at huhu.verplant.org>
commit 03f3b203fe0673c17259fb4230f56bf82cb81f6e
Author: Sebastian Harl <sh at tokkee.org>
Date: Mon Oct 8 16:42:08 2007 +0200
perl plugin: Fixed an "unused variable" warning.
When compiling with debugging disabled, gcc complained about an unused
variable in init_pi(). -Werror thus caused the build to fail.
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