Code

Merge branch 'yaccz/curl-status'
[collectd.git] / src / collectd-exec.pod
index 81b3a2ecc07ecb11302b7ede4d2e26f87e72f0d8..10f68290e9bbc8ae8c7479364068f0b3ccae5b30 100644 (file)
@@ -273,6 +273,14 @@ to make use of collectd's more powerful interface.
 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