summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 22d5f76)
raw | patch | inline | side by side (parent: 22d5f76)
author | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Sun, 1 Mar 2015 14:04:55 +0000 (15:04 +0100) | ||
committer | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Sun, 1 Mar 2015 14:04:55 +0000 (15:04 +0100) |
src/collectd-perl.pod | patch | blob | history | |
src/collectd-python.pod | patch | blob | history |
diff --git a/src/collectd-perl.pod b/src/collectd-perl.pod
index 38d790e9b19307bf7db402a65adf1f6696b2aae5..f1426de1b11624e4ea3e853256984820388f6b87 100644 (file)
--- a/src/collectd-perl.pod
+++ b/src/collectd-perl.pod
=head1 SYNOPSIS
- <LoadPlugin perl>
- Globals true
- </LoadPlugin>
+ LoadPlugin perl
# ...
<Plugin perl>
IncludeDir "/path/to/perl/plugins"
index 31c43830fdfa481544f51e5236cf075fcda04e32..0da891f1e47b5aa3dc14eabb7f97fc6b0d7dfc45 100644 (file)
--- a/src/collectd-python.pod
+++ b/src/collectd-python.pod
=head1 SYNOPSIS
- <LoadPlugin python>
- Globals true
- </LoadPlugin>
+ LoadPlugin python
# ...
<Plugin python>
ModulePath "/path/to/your/python/modules"
=item B<LoadPlugin> I<Plugin>
-Loads the Python plugin I<Plugin>. Unlike most other LoadPlugin lines, this one
-should be a block containing the line "Globals true". This will cause collectd
-to export the name of all objects in the Python interpreter for all plugins to
-see. If you don't do this or your platform does not support it, the embedded
-interpreter will start anyway but you won't be able to load certain Python
-modules, e.g. "time".
+Loads the Python plugin I<Plugin>.
=item B<Encoding> I<Name>