~kroq-gar78/ubuntu/precise/rsyslog/fix-846818

« back to all changes in this revision

Viewing changes to doc/imrelp.html

  • Committer: Bazaar Package Importer
  • Author(s): Michael Biebl
  • Date: 2008-07-23 02:22:32 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20080723022232-496osxty0v9vvw9g
Tags: 3.18.1-1
* New upstream release. Closes: #490445
  - List Debian in doc/rsyslog_packages.html. Closes: #488870
  - Fix compilation of imklog module on GNU/kFreeBSD. Closes: #491193
* debian/rsyslog-doc.install
  - Install the example config file. Closes: #488860
* debian/rules
  - Enable mail output plugin.
  - Make sure all directories are created by calling dh_installdirs for both
    binary-arch and binary-indep. Closes: #491459
* debian/rsyslog.install
  - Install mail output plugin (ommail.so).
* debian/control
  - Add Suggests www-browser to rsyslog-doc as the package contains mostly
    html documents.
  - Update feature list.
  - Adjust priorities, set rsyslog priority to important.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 
2
<html><head>
 
3
<meta http-equiv="Content-Language" content="en"><title>RELP Input Module</title>
 
4
 
 
5
</head>
 
6
<body>
 
7
<h1>RELP Input Module</h1>
 
8
<p><b>Module Name:&nbsp;&nbsp;&nbsp; imrelp</b></p>
 
9
<p><b>Author: Rainer Gerhards</b></p>
 
10
<p><b>Description</b>:</p>
 
11
<p>Provides the ability to receive syslog messages via the
 
12
reliable RELP protocol. This module requires <a href="http://www.librelp.com">librelp</a> to be
 
13
present on the system. From the user's point of view, imrelp works much
 
14
like imtcp or imgssapi, except that no message loss can occur. Please
 
15
note that with the currently supported relp protocol version, a minor
 
16
message duplication may occur if a network connection between the relp
 
17
client and relp server breaks after the client could successfully send
 
18
some messages but the server could not acknowledge them. The window of
 
19
opportunity is very slim, but in theory this is possible. Future
 
20
versions of RELP will prevent this. Please also note that rsyslogd may
 
21
lose a few messages if rsyslog is shutdown while a network conneciton
 
22
to the server is broken and could not yet be recovered. Future version
 
23
of RELP support in rsyslog will prevent that. Please note that both
 
24
scenarios also exists with plain tcp syslog. RELP, even with the small
 
25
nits outlined above, is a much more reliable solution than plain tcp
 
26
syslog and so it is highly suggested to use RELP instead of plain tcp.
 
27
Clients send messages to the RELP server via omrelp.</p>
 
28
<p><b>Configuration Directives</b>:</p>
 
29
<ul>
 
30
<li>InputRELPServerRun &lt;port&gt;<br>
 
31
Starts a RELP server on selected port</li>
 
32
</ul>
 
33
<b>Caveats/Known Bugs:</b>
 
34
<ul>
 
35
<li>see description</li>
 
36
</ul>
 
37
<p><b>Sample:</b></p>
 
38
<p>This sets up a RELP server on port 20514.<br>
 
39
</p>
 
40
<textarea rows="15" cols="60">$ModLoad imrelp # needs to be done just once
 
41
$InputRELPServerRun 20514
 
42
</textarea>
 
43
<p>[<a href="rsyslog_conf.html">rsyslog.conf overview</a>]
 
44
[<a href="manual.html">manual index</a>] [<a href="http://www.rsyslog.com/">rsyslog site</a>]</p>
 
45
<p><font size="2">This documentation is part of the
 
46
<a href="http://www.rsyslog.com/">rsyslog</a>
 
47
project.<br>
 
48
Copyright � 2008 by <a href="http://www.gerhards.net/rainer">Rainer
 
49
Gerhards</a> and
 
50
<a href="http://www.adiscon.com/">Adiscon</a>.
 
51
Released under the GNU GPL version 3 or higher.</font></p>
 
52
</body></html>