summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2013-11-13 17:29:28 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2013-11-13 17:29:28 +0100
commit836418fcdf5bb2df1e9d5090c43b7be0c6565ff8 (patch)
tree4946cca5619602c6b87e1895d7e329219a3a1867
parentf1353309e4cf9ba4ab2a7907b6a5cdfd87a7c34b (diff)
downloadrsyslog-836418fcdf5bb2df1e9d5090c43b7be0c6565ff8.tar.gz
rsyslog-836418fcdf5bb2df1e9d5090c43b7be0c6565ff8.tar.bz2
rsyslog-836418fcdf5bb2df1e9d5090c43b7be0c6565ff8.zip
documented modules not yet supported in v8
-rw-r--r--doc/v8compatibility.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/v8compatibility.html b/doc/v8compatibility.html
index 2df76d67..8294c1fc 100644
--- a/doc/v8compatibility.html
+++ b/doc/v8compatibility.html
@@ -19,6 +19,24 @@ action was not executed for some time. The default has now changed, and mark
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>
+<p>The following modules will not properly build under rsyslog v8 and
+need to be updated:
+<ul>
+<li>plugins/omgssapi
+<li>plugins/omhdfs
+<li>plugins/omhiredis - not project supported
+<li>plugins/omrabbitmq - not project supported
+<li>plugins/omzmq3 - not project supported
+<li>plugins/mmrfc5424addhmac - was a custom project, requires sponsoring
+ for conversion
+<li>plugins/omoracle - orphaned since a while -- use omlibdbi instead
+<li>plugins/mmsnmptrapd - waiting for demand
+<li>plugins/mmaudit - scheduled to be updated soon
+<li>plugins/mmcount - scheduled to be updated soon
+</ul>
+
<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