From 5eabeb9248cc3171243c517f364b35b4610e593a Mon Sep 17 00:00:00 2001 From: Ruben Kerkhof Date: Sun, 1 Mar 2015 15:04:55 +0100 Subject: [PATCH] Setting Globals to true is not needed anymore 003c6e86b480 made this happen by default --- src/collectd-perl.pod | 4 +--- src/collectd-python.pod | 11 ++--------- 2 files changed, 3 insertions(+), 12 deletions(-) diff --git a/src/collectd-perl.pod b/src/collectd-perl.pod index 669e3f41..d5369b4f 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 426a7118..b382424b 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 -- 2.11.0