summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-10-01 18:39:21 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-10-01 18:39:21 +0200
commit6a69e478224d1513dbe8501e8978643ba89c8c82 (patch)
tree8807b80da0f7dc396a3e6ffe7f2a972785e02bf3 /doc
parent8bab264ba168b5fee36a7b45020e5e2172c74224 (diff)
downloadrsyslog-6a69e478224d1513dbe8501e8978643ba89c8c82.tar.gz
rsyslog-6a69e478224d1513dbe8501e8978643ba89c8c82.tar.xz
rsyslog-6a69e478224d1513dbe8501e8978643ba89c8c82.zip
added $InputTCPServerNotifyOnConnectionClose config directive
Diffstat (limited to 'doc')
-rw-r--r--doc/imtcp.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/imtcp.html b/doc/imtcp.html
index 5217634e..0ccdecc7 100644
--- a/doc/imtcp.html
+++ b/doc/imtcp.html
@@ -41,6 +41,10 @@ very limited interest in fixing this issue. This directive <b>can not</b> fix th
That would require much more code changes, which I was unable to do so far. Full details
can be found at the <a href="http://www.rsyslog.com/Article321.phtml">Cisco tcp syslog anomaly</a>
page.
+<li>$InputTCPServerNotifyOnConnectionClose [on/<b>off</b>] (available since 4.5.5)<br>
+instructs imtcp to emit a message if the remote peer closes a connection.<br>
+<b>Important:</b> This directive is global to all listeners and must be given right
+after loading imtcp, otherwise it may have no effect.</li>
<li>$InputTCPServerRun &lt;port&gt;<br>
Starts a TCP server on selected port</li>
<li>$InputTCPMaxListeners &lt;number&gt;<br>