From: Ruben Kerkhof Date: Sun, 1 Mar 2015 14:04:55 +0000 (+0100) Subject: Setting Globals to true is not needed anymore X-Git-Tag: collectd-5.5.0~75^2 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=96c2342e758ffc10d735b467f0a24f652b117643;p=collectd.git Setting Globals to true is not needed anymore 003c6e86b480 made this happen by default --- diff --git a/src/collectd-perl.pod b/src/collectd-perl.pod index 38d790e9..f1426de1 100644 --- a/src/collectd-perl.pod +++ b/src/collectd-perl.pod @@ -6,9 +6,7 @@ collectd-perl - Documentation of collectd's C =head1 SYNOPSIS - - Globals true - + LoadPlugin perl # ... IncludeDir "/path/to/perl/plugins" diff --git a/src/collectd-python.pod b/src/collectd-python.pod index 31c43830..0da891f1 100644 --- a/src/collectd-python.pod +++ b/src/collectd-python.pod @@ -16,9 +16,7 @@ collectd-python - Documentation of collectd's C =head1 SYNOPSIS - - Globals true - + LoadPlugin python # ... ModulePath "/path/to/your/python/modules" @@ -47,12 +45,7 @@ The minimum required Python version is I<2.3>. =item B I -Loads the Python plugin I. 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. =item B I