diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2013-01-28 15:04:56 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-01-28 15:04:56 +0100 |
commit | 3340634ca4bbd1e65cbf86be5d56b6a166eacccc (patch) | |
tree | db36bf46fe7167d4e1f0594b59368573baaa402c /doc/imtcp.html | |
parent | 365d921fbf2719858d93521e2e2fc99552577995 (diff) | |
parent | e9f01ea80dfd124b07d6a499607ac73ef3ecafc8 (diff) | |
download | rsyslog-3340634ca4bbd1e65cbf86be5d56b6a166eacccc.tar.gz rsyslog-3340634ca4bbd1e65cbf86be5d56b6a166eacccc.tar.bz2 rsyslog-3340634ca4bbd1e65cbf86be5d56b6a166eacccc.zip |
Merge branch 'v7-stable'
Diffstat (limited to 'doc/imtcp.html')
-rw-r--r-- | doc/imtcp.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/imtcp.html b/doc/imtcp.html index 4bda46ba..b9f0b056 100644 --- a/doc/imtcp.html +++ b/doc/imtcp.html @@ -113,7 +113,7 @@ burst in number of messages. Default is 10,000. <p><b>Example:</b></p> <p>This sets up a TCP server on port 514 and permits it to accept up to 500 connections:<br> </p> -<textarea rows="15" cols="60">module(load="/folder/to/rsyslog/plugins/imtcp/.libs/imtcp" MaxSessions="500") # needs to be done just once +<textarea rows="15" cols="60">module(load="imtcp" MaxSessions="500") input(type="imtcp" port="514") </textarea> <p>Note that the global parameters (here: max sessions) need to be set when the module is loaded. Otherwise, the parameters will not apply. |