summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 4944b8e)
raw | patch | inline | side by side (parent: 4944b8e)
author | Sebastian Harl <sh@tokkee.org> | |
Wed, 28 Jul 2010 20:42:48 +0000 (22:42 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Wed, 28 Jul 2010 20:42:48 +0000 (22:42 +0200) |
src/collectd-perl.pod | patch | blob | history |
diff --git a/src/collectd-perl.pod b/src/collectd-perl.pod
index 5637053360da8f0d7060f24f5264f6702c808592..5c11b65281cea66df6cf786f102e7abbb363ee0a 100644 (file)
--- a/src/collectd-perl.pod
+++ b/src/collectd-perl.pod
=head1 SYNOPSIS
- LoadPlugin perl
+ <LoadPlugin perl>
+ Globals true
+ </LoadPlugin>
# ...
<Plugin perl>
IncludeDir "/path/to/perl/plugins"
Perl-script every time you want to read a value with the C<exec plugin> (see
L<collectd-exec(5)>) and provides a lot more functionality, too.
+When loading the C<perl plugin>, the B<Globals> option should be enabled.
+Else, the perl plugin will fail to load any Perl modules implemented in C,
+which includes, amongst many others, the B<threads> module used by the plugin
+itself. See the documentation of the B<Globals> option in L<collectd.conf(5)>
+for details.
+
=head1 CONFIGURATION
=over 4