X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fcollectd-python.pod;h=0da891f1e47b5aa3dc14eabb7f97fc6b0d7dfc45;hb=644786a90e054facf2ba1a393f1e4a86c2bee0c5;hp=ac88f0367b981f3cc7fb53b82fd0d60b25a7e282;hpb=920d5eaaa68c8e1184fa7066f8e962c3b4e384db;p=collectd.git diff --git a/src/collectd-python.pod b/src/collectd-python.pod index ac88f036..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 @@ -65,7 +58,7 @@ including your locale. =item B I -Appends I to B. You won't be able to import any scripts you +Prepends I to B. You won't be able to import any scripts you wrote unless they are located in one of the directories in this list. Please note that it only has effect on plugins loaded after this option. You can use multiple B lines to add more than one directory.