summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 557b23d)
raw | patch | inline | side by side (parent: 557b23d)
author | Sven Trenkel <collectd@semidefinite.de> | |
Tue, 15 Dec 2009 19:29:15 +0000 (20:29 +0100) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Fri, 18 Dec 2009 12:50:12 +0000 (13:50 +0100) |
src/collectd-python.pod | patch | blob | history |
index 3620aee7f6879958675550c15bd01c37f5538430..021a6c57ab43a8ff7c37703fdc50e0b5a27219ab 100644 (file)
--- a/src/collectd-python.pod
+++ b/src/collectd-python.pod
To quit collectd send I<EOF> (press I<Ctrl+D> at the beginning of a new line).
+=item
+
+B<3.> collectd handles I<SIGCHLD>. This means that python won't be able to
+determine the return code of spawned processes with system(), popen() and
+subprocess. This will result in python not using external programs like less
+to display help texts. You can override this behavior with the B<PAGER>
+environment variable, e.g. I<export PAGER=less> before starting collectd.
+Depending on your version of python this might or might not result in an
+B<OSError> exception which can be ignored.
+
=back
=item E<lt>B<Module> I<Name>E<gt> block