~ubuntu-branches/ubuntu/lucid/rsyslog/lucid

« back to all changes in this revision

Viewing changes to doc/rsconf1_actionresumeinterval.html

  • Committer: Bazaar Package Importer
  • Author(s): Michael Biebl
  • Date: 2007-10-19 17:21:49 UTC
  • Revision ID: james.westby@ubuntu.com-20071019172149-ie6ej2xve33mxiu7
Tags: upstream-1.19.10
ImportĀ upstreamĀ versionĀ 1.19.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<html>
 
2
<head>
 
3
<title>rsyslog.conf file</title>
 
4
</head>
 
5
<body>
 
6
<h2>$ActionResumeInterval</h2>
 
7
<p><b>Type:</b> global configuration directive</p>
 
8
<p><b>Default:</b> 30</p>
 
9
<p><b>Description:</b></p>
 
10
<p>Sets the ActionResumeInterval for all following actions. The interval 
 
11
provided is always in seconds. Thus, multiply by 60 if you need minutes and 
 
12
3,600 if you need hours (not recommended).</p>
 
13
<p>When an action is suspended (e.g. destination can not be connected), the 
 
14
action is resumed for the configured interval. Thereafter, it is retried. If 
 
15
multiple retires fail, the interval is automatically extended. This is to 
 
16
prevent excessive ressource use for retires. After each 10 retries, the interval 
 
17
is extended by itself. To be precise, the actual interval is (numRetries / 10 + 
 
18
1) * $ActionResumeInterval. so after the 10th try, it by default is 60 and after 
 
19
the 100th try it is 330.</p>
 
20
<p><b>Sample:</b></p>
 
21
<p><code><b>$ActionResumeInterval 30 </b></code></p>
 
22
<p>[<a href="rsyslog_conf.html">rsyslog.conf overview</a>] [<a href="manual.html">manual 
 
23
index</a>] [<a href="http://www.rsyslog.com/">rsyslog site</a>]</p>
 
24
<p><font size="2">This documentation is part of the
 
25
<a href="http://www.rsyslog.com/">rsyslog</a> project.<br>
 
26
Copyright &copy; 2007 by <a href="http://www.gerhards.net/rainer">Rainer Gerhards</a> and
 
27
<a href="http://www.adiscon.com/">Adiscon</a>. Released under the GNU GPL 
 
28
version 2 or higher.</font></p>
 
29
</body>
 
30
</html>
 
 
b'\\ No newline at end of file'