Code

Minor doc fixes for the Python plugin.
authorFlorian Forster <octo@collectd.org>
Thu, 26 Jan 2012 21:54:34 +0000 (22:54 +0100)
committerFlorian Forster <octo@collectd.org>
Thu, 26 Jan 2012 21:54:34 +0000 (22:54 +0100)
Change-Id: I233d0ae4ec035c74811ef33aa119573066c9a3f6

README
src/collectd-python.pod

diff --git a/README b/README
index 95e7d62b8e73e7bb775bfdb62b2aa7d982f95127..34caa85d6cd31e0017dea3c668e251a44e7093e2 100644 (file)
--- a/README
+++ b/README
@@ -606,7 +606,8 @@ Prerequisites
     <http://code.google.com/p/protobuf-c/>
 
   * libpython (optional)
-    Used by the `python' plugin. Currently, only 2.3 ≦ Python < 3 is supported.
+    Used by the `python' plugin. Currently, Python 2.3 and later and Python 3
+    are supported.
     <http://www.python.org/>
 
   * librouteros (optional)
index 267296cfd6009a82904198f3b999b3dfe5aa3ab7..5fd1f4f934e58228f99796ce9f30876bf7f85a7e 100644 (file)
@@ -21,7 +21,7 @@ collectd-python - Documentation of collectd's C<python plugin>
   <Plugin python>
     ModulePath "/path/to/your/python/modules"
     LogTraces true
-    Interactive true
+    Interactive false
     Import "spam"
 
     <Module spam>