X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fcollectd-perl.pod;h=5c11b65281cea66df6cf786f102e7abbb363ee0a;hb=3b4201d2235c25ed21174c41c526c9b7894de539;hp=5637053360da8f0d7060f24f5264f6702c808592;hpb=07be522384e753b7921213a0dc96a50336c79a66;p=collectd.git diff --git a/src/collectd-perl.pod b/src/collectd-perl.pod index 56370533..5c11b652 100644 --- a/src/collectd-perl.pod +++ b/src/collectd-perl.pod @@ -4,7 +4,9 @@ collectd-perl - Documentation of collectd's C =head1 SYNOPSIS - LoadPlugin perl + + Globals true + # ... IncludeDir "/path/to/perl/plugins" @@ -25,6 +27,12 @@ for collectd in Perl. This is a lot more efficient than executing a Perl-script every time you want to read a value with the C (see L) and provides a lot more functionality, too. +When loading the C, the B 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 module used by the plugin +itself. See the documentation of the B option in L +for details. + =head1 CONFIGURATION =over 4