summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a72332c)
raw | patch | inline | side by side (parent: a72332c)
author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Mon, 5 Jul 2010 07:34:13 +0000 (09:34 +0200) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Mon, 5 Jul 2010 07:34:13 +0000 (09:34 +0200) |
src/collectd-exec.pod | patch | blob | history |
diff --git a/src/collectd-exec.pod b/src/collectd-exec.pod
index 81b3a2ecc07ecb11302b7ede4d2e26f87e72f0d8..10f68290e9bbc8ae8c7479364068f0b3ccae5b30 100644 (file)
--- a/src/collectd-exec.pod
+++ b/src/collectd-exec.pod
The user, the binary is executed as, may not have root privileges, i.E<nbsp>e.
must have an UID that is non-zero. This is for your own good.
+=item
+
+Early versions of the plugin did not use a command but treated all lines as if
+they were arguments to the I<PUTVAL> command. When the I<PUTNOTIF> command was
+implemented, this behavior was kept for lines which start with an unknown
+command for backwards compatibility. This compatibility code has been removed
+in I<collectdE<nbsp>5>.
+
=back
=head1 SEE ALSO