X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fcollectd-perl.pod;h=b7ae9cace9c89f636172c1d27e5ccc5fbd4b3c9c;hb=19a08d266f623d3697b5ca55689bd57eeaae46a6;hp=9707fa30f1106b9ce63c841f54e3aa5daf83f79a;hpb=f71467d9c2097ddd9eb772a4fdb985663168ec71;p=collectd.git diff --git a/src/collectd-perl.pod b/src/collectd-perl.pod index 9707fa30..b8d72f06 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