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

« back to all changes in this revision

Viewing changes to doc/rsyslog_conf_modules.html

  • Committer: Bazaar Package Importer
  • Author(s): Michael Biebl
  • Date: 2009-06-23 12:12:43 UTC
  • mfrom: (1.1.11 upstream) (3.2.8 sid)
  • Revision ID: james.westby@ubuntu.com-20090623121243-d2fejarzidywnn17
Tags: 4.2.0-1
* New upstream release of the now stable v4 branch.
  - Fix warnings when /etc/rsyslog.d/ is empty. Closes: #530228
* debian/patches/imudp_multiple_udp_sockets.patch
  - Removed, merged upstream.
* debian/rsyslog.default
  - Set default compat mode to '4'.
* debian/rsyslog.logcheck.ignore.server
  - Update logcheck rules files to also ignore rsyslogd and imklog stop
    messages.
* debian/control
  - Bump Standards-Version to 3.8.2. No further changes.

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><title>Modules - rsyslog.conf</title></head>
 
3
<body>
 
4
<p>This is a part of the rsyslog.conf documentation.</p>
 
5
<a href="rsyslog_conf.html">back</a>
 
6
<h2>Modules</h2>
 
7
<p>Rsyslog has a modular design. Consequently, there is a growing
 
8
number of modules. Here is the entry point to their documentation and
 
9
what they do (list is currently not complete)</p>
 
10
<ul>
 
11
<li><a href="omsnmp.html">omsnmp</a> - SNMP trap output module</li>
 
12
<li><a href="omstdout.html">omtdout</a> - stdout output module (mainly a test tool)</li>
 
13
<li><a href="omrelp.html">omrelp</a> - RELP output module</li>
 
14
<li>omgssapi - output module for GSS-enabled syslog</li>
 
15
<li><a href="ommysql.html">ommysql</a> - output module for MySQL</li>
 
16
<li>ompgsql - output module for PostgreSQL</li>
 
17
<li><a href="omlibdbi.html">omlibdbi</a> -
 
18
generic database output module (Firebird/Interbase, MS SQL, Sybase,
 
19
SQLLite, Ingres, Oracle, mSQL)</li>
 
20
<li><a href="ommail.html">ommail</a> -
 
21
permits rsyslog to alert folks by mail if something important happens</li>
 
22
<li><a href="imfile.html">imfile</a>
 
23
-&nbsp; input module for text files</li>
 
24
<li><a href="imrelp.html">imrelp</a> - RELP
 
25
input module</li>
 
26
<li>imudp - udp syslog message input</li>
 
27
<li><a href="imtcp.html">imtcp</a> - input
 
28
plugin for plain tcp syslog</li>
 
29
<li><a href="imgssapi.html">imgssapi</a> -
 
30
input plugin for plain tcp and GSS-enabled syslog</li>
 
31
<li>immark - support for mark messages</li>
 
32
<li><a href="imklog.html">imklog</a> - kernel logging</li>
 
33
<li><a href="imuxsock.html">imuxsock</a> -
 
34
unix sockets, including the system log socket</li>
 
35
<li><a href="im3195.html">im3195</a> -
 
36
accepts syslog messages via RFC 3195</li>
 
37
</ul>
 
38
<p>Please note that each module provides configuration
 
39
directives, which are NOT necessarily being listed below. Also
 
40
remember, that a modules configuration directive (and functionality) is
 
41
only available if it has been loaded (using $ModLoad).</p>
 
42
<p>[<a href="manual.html">manual index</a>]
 
43
[<a href="rsyslog_conf.html">rsyslog.conf</a>]
 
44
[<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> project.<br>
 
47
Copyright &copy; 2008 by <a href="http://www.gerhards.net/rainer">Rainer Gerhards</a> and
 
48
<a href="http://www.adiscon.com/">Adiscon</a>. Released under the GNU GPL
 
49
version 2 or higher.</font></p>
 
50
</body>
 
51
</html>
 
52