summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2012-06-25 17:21:17 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2012-06-25 17:21:17 +0200
commite9ad3cafd1b745a060e04372162722870ee6cf08 (patch)
treee62ca9a0a5214ad7dabe065276f2d217c5fe246d /doc
parent4d0fcca412ed9491d1e10bb2ce0b4c7256219118 (diff)
downloadrsyslog-e9ad3cafd1b745a060e04372162722870ee6cf08.tar.gz
rsyslog-e9ad3cafd1b745a060e04372162722870ee6cf08.tar.xz
rsyslog-e9ad3cafd1b745a060e04372162722870ee6cf08.zip
ompipe: support for module() global config parameters added
Diffstat (limited to 'doc')
-rw-r--r--doc/v6compatibility.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/v6compatibility.html b/doc/v6compatibility.html
index 058ab4f1..eec0784b 100644
--- a/doc/v6compatibility.html
+++ b/doc/v6compatibility.html
@@ -136,6 +136,16 @@ Note that this syntax is available starting with rsyslog v4. It is important to
mind that future versions of rsyslog will require different syntax and/or drop outchannel support
completely. So if at all possible, avoid using this feature. If you must use it, be prepared for
future changes and watch announcements very carefully.
+<h2>ompipe default template</h2>
+<p>Starting with 6.5.0, ompipe does no longer use the omfile default template.
+Instead, the default template must be set via the module load statement.
+An example is
+<blockquote><code>
+module(load="builtin:ompipe" template="myDefaultTemplate")
+</code> </blockquote>
+<p>For obvious reasons, the default template must be defined somewhere in
+the config file, otherwise errors will happen during the config load
+phase.
<h2>omusrmsg</h2>
<p>The omusrmsg module is used to send messages to users. In legacy-legacy
config format (that is the very old sysklogd style), it was suffucient to use