summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: cc26db4)
raw | patch | inline | side by side (parent: cc26db4)
author | Florian Forster <octo@huhu.verplant.org> | |
Wed, 31 Mar 2010 07:01:05 +0000 (09:01 +0200) | ||
committer | Florian Forster <octo@huhu.verplant.org> | |
Wed, 31 Mar 2010 07:01:05 +0000 (09:01 +0200) |
I think this is a left-over from a switch from "Collectd::Plugin" to
"Collectd::Plugins". Thanks to Denis Yagofarov for reporting the bug and
Michael Shigorin for relaying it to me.
"Collectd::Plugins". Thanks to Denis Yagofarov for reporting the bug and
Michael Shigorin for relaying it to me.
src/collectd-perl.pod | patch | blob | history |
diff --git a/src/collectd-perl.pod b/src/collectd-perl.pod
index 85e7a8a78d27153dcf647b17e33bd9acfab96236..5637053360da8f0d7060f24f5264f6702c808592 100644 (file)
--- a/src/collectd-perl.pod
+++ b/src/collectd-perl.pod
# ...
<Plugin perl>
IncludeDir "/path/to/perl/plugins"
- BaseName "Collectd::Plugin"
+ BaseName "Collectd::Plugins"
EnableDebugger ""
LoadPlugin "FooBar"
=item B<BaseName> I<Name>
Prepends I<Name>B<::> 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<collectd> distributions reside in the C<Collectd::Plugins>
+namespace.
=item E<lt>B<Plugin> I<Name>E<gt> block
=item
-Please feel free to send in new plugins to collectd's mailinglist at
+Please feel free to send in new plugins to collectd's mailing list at
E<lt>collectdE<nbsp>atE<nbsp>verplant.orgE<gt> for review and, possibly,
inclusion in the main distribution. In the latter case, we will take care of
keeping the plugin up to date and adapting it to new versions of collectd.