diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2013-04-08 14:20:34 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-04-08 14:20:34 +0200 |
commit | ba592431e279b3dafb74b93824a1478ff0d9724f (patch) | |
tree | 87d135a09528c61a478cc8269bdb52bbf46e66b2 /doc/omrelp.html | |
parent | 610137b49d5e4f8a0d448d8d361c042cf451a550 (diff) | |
download | rsyslog-ba592431e279b3dafb74b93824a1478ff0d9724f.tar.gz rsyslog-ba592431e279b3dafb74b93824a1478ff0d9724f.tar.bz2 rsyslog-ba592431e279b3dafb74b93824a1478ff0d9724f.zip |
omrelp: add ability to specify session timeout
Diffstat (limited to 'doc/omrelp.html')
-rw-r--r-- | doc/omrelp.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/omrelp.html b/doc/omrelp.html index 4b28bdda..8858f884 100644 --- a/doc/omrelp.html +++ b/doc/omrelp.html @@ -30,6 +30,10 @@ must be used. <li><b>template </b>(not mandatory, default "RSYSLOG_ForwardFormat")<br> Defines the template to be used for the output. </li> + <li><b>timeout </b>(not mandatory, default 90)<br> + Timeout for relp sessions. If set too low, valid sessions + may be considered dead and tried to recover. + </li> </ul> <p><b>Sample:</b></p> <p>The following sample sends all messages to the central server |