[collectd-changes] collectd, the system statistics collection daemon: Changes to 'master'
Florian Forster
octo at verplant.org
Sat Nov 24 12:46:43 CET 2007
bindings/perl/Collectd.pm | 4 ++
src/collectd-perl.pod | 29 +++++++++++++++++
src/perl.c | 77 ++++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 110 insertions(+)
New commits:
commit eea5bae24542d5f1248630284df6f11eb8274bbf
Author: Sebastian Harl <sh at tokkee.org>
Date: Wed Nov 21 22:00:42 2007 +0100
perl plugin: Made global variables available to Perl plugins.
The "let's become magical" commit.
Each global variable (currently hostname_g and interval_g) will be exported by
introducing an equally named Perl variable. Perl's concept of "magic" is used
to create a read/write interface to the C variables (think of the variables as
being tied). This way any changes to the C variables will be immediately
accessible from the Perl plugin and vice versa.
More information about the collectd-changes
mailing list