X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fcollectd-perl.pod;h=5637053360da8f0d7060f24f5264f6702c808592;hb=07be522384e753b7921213a0dc96a50336c79a66;hp=8cdf08bb3b6807229bb4a985a5b01f74771f8378;hpb=714644fb443eb2dc8fd8c683cae171caef40cf7a;p=collectd.git diff --git a/src/collectd-perl.pod b/src/collectd-perl.pod index 8cdf08bb..56370533 100644 --- a/src/collectd-perl.pod +++ b/src/collectd-perl.pod @@ -8,9 +8,13 @@ collectd-perl - Documentation of collectd's C # ... IncludeDir "/path/to/perl/plugins" - BaseName "Collectd::Plugin" + BaseName "Collectd::Plugins" EnableDebugger "" LoadPlugin "FooBar" + + + Foo "Bar" + =head1 DESCRIPTION @@ -34,7 +38,19 @@ causes the Perl-interpreter to be initialized. =item B I Prepends IB<::> to all plugin names loaded after this option. This is -provided for convenience to keep plugin names short. +provided for convenience to keep plugin names short. All Perl-based plugins +provided with the I distributions reside in the C +namespace. + +=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