From be4cacc1ebd7d048a12665143975ef9b2e53d7bd Mon Sep 17 00:00:00 2001 From: Tyler Harper Date: Thu, 1 Nov 2018 08:01:22 -0400 Subject: [PATCH] add Import configuration option to collectd-python documentation --- src/collectd-python.pod | 7 +++++++ 1 file changed, 7 insertions(+) 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. -- 2.11.0