X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fcollectd-perl.pod;h=85e7a8a78d27153dcf647b17e33bd9acfab96236;hb=f18c3057ac834fdc62246289659b6a9518a147f3;hp=9707fa30f1106b9ce63c841f54e3aa5daf83f79a;hpb=1b8000f6a308481daa4a6a337600e81c45ed9754;p=collectd.git diff --git a/src/collectd-perl.pod b/src/collectd-perl.pod index 9707fa30..85e7a8a7 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