summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7f3cfaf)
raw | patch | inline | side by side (parent: 7f3cfaf)
author | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Sun, 1 Mar 2015 14:04:55 +0000 (15:04 +0100) | ||
committer | Marc Fournier <marc.fournier@camptocamp.com> | |
Tue, 3 Mar 2015 22:52:07 +0000 (23:52 +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 669e3f415ef26ef6b196d4e2a15d22127fdf8c78..d5369b4fe2e14678635c65f80641977a14f598dc 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 426a7118c99b8346d38e1d659ff2f4142090c594..b382424b7b0392180219156d18de144f58043b60 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>