diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-03-13 14:24:32 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-03-13 14:24:32 +0000 |
commit | 5287b695e6961ff4941aa0e0e5ba743334415234 (patch) | |
tree | cc8d303bab6ea11aff8baea94167e70d2611524a /doc | |
parent | 8ca90eb55502cc7a6f9e6163bf7e46cb5142b2e2 (diff) | |
download | rsyslog-5287b695e6961ff4941aa0e0e5ba743334415234.tar.gz rsyslog-5287b695e6961ff4941aa0e0e5ba743334415234.tar.xz rsyslog-5287b695e6961ff4941aa0e0e5ba743334415234.zip |
cleaned up new relp code files to make them suitable for implementation
Diffstat (limited to 'doc')
-rw-r--r-- | doc/rsyslog_conf.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/rsyslog_conf.html b/doc/rsyslog_conf.html index 03b15c17..1dc53944 100644 --- a/doc/rsyslog_conf.html +++ b/doc/rsyslog_conf.html @@ -26,7 +26,7 @@ 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> +trap output module</li><li>omrelp - RELP output module</li> <li>omgss - output module for GSS-enabled syslog</li> <li>ommysql - output module for MySQL</li> <li>ompgsql - output module for PostgreSQL</li> @@ -34,7 +34,7 @@ trap output module</li> generic database output module (Firebird/Interbase, MS SQL, Sybase, SQLLite, Ingres, Oracle, mSQL)</li> <li><a href="imfile.html">imfile</a> -- input module for text files</li> +- input module for text files</li><li>imrelp - RELP input module</li> <li>imudp - udp syslog message input</li> <li><a href="imtcp.html">imtcp</a> - input plugin for plain tcp syslog</li> |