X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fcollectd-perl.pod;h=d4137bb751cc9259a3af4e07d0a69eb384dedf53;hb=df8e5c11682464b9f747788d8c928a4e520e5462;hp=669e3f415ef26ef6b196d4e2a15d22127fdf8c78;hpb=38d06a8f868293466f4eee943555c65457a5e560;p=collectd.git diff --git a/src/collectd-perl.pod b/src/collectd-perl.pod index 669e3f41..d4137bb7 100644 --- a/src/collectd-perl.pod +++ b/src/collectd-perl.pod @@ -6,9 +6,7 @@ collectd-perl - Documentation of collectd's C =head1 SYNOPSIS - - Globals true - + LoadPlugin perl # ... IncludeDir "/path/to/perl/plugins" @@ -29,12 +27,6 @@ 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