X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fcollectd-perl.pod;h=acb8abda9a3825b23e4f7b1395577c2c3ff07982;hb=1b92a7aa5cb90a36380680d1ee4f68e87896e35f;hp=7cd5d72e8d66f4d721e55a339cbf653794d85ea0;hpb=8e37815b4222420dadf3ae2c1c5589d7f197909c;p=collectd.git diff --git a/src/collectd-perl.pod b/src/collectd-perl.pod index 7cd5d72e..acb8abda 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 @@ -36,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