X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fcollectd-perl.pod;h=0f48ba58527faabc67fbd6f7bd1ca981bab8071d;hb=4027126a75439c7d2b1d5572092fd291ef19ead6;hp=16a985b95594c8bc5cd29c93fef2cdb5bde9be1f;hpb=c89d32348b652e18a665346867b96d1610ae2932;p=collectd.git diff --git a/src/collectd-perl.pod b/src/collectd-perl.pod index 16a985b9..0f48ba58 100644 --- a/src/collectd-perl.pod +++ b/src/collectd-perl.pod @@ -11,6 +11,10 @@ collectd-perl - Documentation of collectd's C BaseName "Collectd::Plugin" EnableDebugger "" LoadPlugin "FooBar" + + + Foo "Bar" + =head1 DESCRIPTION @@ -21,9 +25,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. -Please note that this is still considered to be experimental and subject to -change between minor releases. - =head1 CONFIGURATION =over 4 @@ -39,6 +40,16 @@ causes the Perl-interpreter to be initialized. Prepends IB<::> to all plugin names loaded after this option. This is provided for convenience to keep plugin names short. +=item EB IE block + +This block may be used to pass on configuration settings to a Perl plugin. The +configuration is converted into a config-item data type which is passed to the +registered configuration callback. See below for details about the config-item +data type and how to register callbacks. + +The I identifies the callback. It is used literally and independent of +the B setting. + =item B I[=I