diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2013-11-13 17:35:13 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-11-13 17:35:13 +0100 |
commit | f44ae8f4a4bb8fd6ed82c634a0aa826e876a41e4 (patch) | |
tree | 7d5fca8a965fb8cfea864415e11c59f873065175 | |
parent | 836418fcdf5bb2df1e9d5090c43b7be0c6565ff8 (diff) | |
download | rsyslog-f44ae8f4a4bb8fd6ed82c634a0aa826e876a41e4.tar.gz rsyslog-f44ae8f4a4bb8fd6ed82c634a0aa826e876a41e4.tar.bz2 rsyslog-f44ae8f4a4bb8fd6ed82c634a0aa826e876a41e4.zip |
document yet-untested modules
-rw-r--r-- | doc/v8compatibility.html | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/doc/v8compatibility.html b/doc/v8compatibility.html index 8294c1fc..681004b3 100644 --- a/doc/v8compatibility.html +++ b/doc/v8compatibility.html @@ -20,7 +20,7 @@ messages are now always processed. Note that this enables faster processing inside rsyslog. To change to previous behaviour, you need to add action.writeAllMarkMessages="off" to the actions in question. -<h2>Modules without v8 Support</h2> +<h2>Modules WITHOUT v8 Support</h2> <p>The following modules will not properly build under rsyslog v8 and need to be updated: <ul> @@ -37,6 +37,24 @@ need to be updated: <li>plugins/mmcount - scheduled to be updated soon </ul> +<h2>Untested Modules</h2> +<p>The following modules have been updated and successfully +build, but no "real" test were conducted. Users of these modules +should use extra care. +<ul> +<li>mmsequence +<li>omprog +<li>omsnmp +<li>mmfields +<li>mmpstrucdata +<li>omlibdbi - will be tested soon +<li>ommongodb - larger changes still outstanding +<li>ompgsql - larger chages still outstanding +<li>omuxsock +</ul> +<p>In addition to bug reports, success reports are also appreciated for +these modules (this may save us testing). + <h2>What Developers need to Know</h2> <h3>output plugin interface</h3> <p>To support the new core engine, the output interface has been considerably |