X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fcollectd-python.pod;h=b382424b7b0392180219156d18de144f58043b60;hb=e4908c8c45e8c53bd510ed54ec0c89e0e52c5ead;hp=426a7118c99b8346d38e1d659ff2f4142090c594;hpb=96e0f2341bace029acefe0a88bab96ae326c0ff5;p=collectd.git 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