summaryrefslogtreecommitdiffstats
path: root/doc/rsyslog_conf.html
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-02-11 13:46:19 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2008-02-11 13:46:19 +0000
commit7a29f77fc5376b39ad365a7893d5c016743c912e (patch)
tree6924b2af30997b9026e5dcf33a4cb23b5ed9e071 /doc/rsyslog_conf.html
parentd219b5ee742984ad17f520ca5913840dbe51ff81 (diff)
downloadrsyslog-7a29f77fc5376b39ad365a7893d5c016743c912e.tar.gz
rsyslog-7a29f77fc5376b39ad365a7893d5c016743c912e.tar.xz
rsyslog-7a29f77fc5376b39ad365a7893d5c016743c912e.zip
some doc enhancements, including a template for module descriptions
Diffstat (limited to 'doc/rsyslog_conf.html')
-rw-r--r--doc/rsyslog_conf.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/rsyslog_conf.html b/doc/rsyslog_conf.html
index 63f92d6e..8ad06416 100644
--- a/doc/rsyslog_conf.html
+++ b/doc/rsyslog_conf.html
@@ -20,6 +20,21 @@ obvious reasons, <a href="features.html">enhanced features</a> require a
different config file syntax, rsyslogd should be able to work with a standard
syslog.conf file. This is especially useful while you are migrating from syslogd
to rsyslogd.</p>
+<h2>Modules</h2>
+<p>Rsyslog has a modular design. Consequently, there is a growing number of
+modules. Here is the entry point to their documentation and what they do (list
+is currently not complete)</p>
+<ul>
+ <li><a href="omsnmp.html">omsnmp</a> - SNMP trap output module</li>
+ <li>ommysql - output module for MySQL</li>
+ <li>ompgsql - output module for PostgreSQL</li>
+ <li>imfile - [in development] input module for text files</li>
+ <li>imklog - kernel logging</li>
+</ul>
+<p>Please note that each module provides configuration directives, which are NOT
+necessarily being listed below. Also remember, that a modules configuration
+directive (and functionality) is only available if it has been loaded (using
+$ModLoad).</p>
<h2>Global Directives</h2>
<p>All global directives need to be specified on a line by their own and must
start with a dollar-sign. Here is a list in alphabetical order. Follow links for