From: Tyler Harper Date: Thu, 1 Nov 2018 12:01:22 +0000 (-0400) Subject: add Import configuration option to collectd-python documentation X-Git-Url: https://git.octo.it/?p=collectd.git;a=commitdiff_plain;h=be4cacc1ebd7d048a12665143975ef9b2e53d7bd add Import configuration option to collectd-python documentation --- diff --git a/src/collectd-python.pod b/src/collectd-python.pod index 1f46f6f3..3e44d546 100644 --- a/src/collectd-python.pod +++ b/src/collectd-python.pod @@ -126,6 +126,13 @@ normally and spawning processes from Python will work as intended. =back +=item B I + +Imports the python script I and loads it into the collectd +python process. If your python script is not found, be sure its +directory exists in python's B. You can prepend to the +B using the B configuration option. + =item EB IE block This block may be used to pass on configuration settings to a Python module.