diff options
author | Michael Biebl <biebl@debian.org> | 2008-07-18 16:41:52 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-07-22 12:24:16 +0200 |
commit | 9b59581a6f7d161c7aafbc3300689337939bb382 (patch) | |
tree | 9b000f97ffa64be57fae549e43d742b0128323db /doc/rsyslog_mysql.html | |
parent | 22f6e935f75514d3bf63fdc42d296c9e6b7b2b4c (diff) | |
download | rsyslog-9b59581a6f7d161c7aafbc3300689337939bb382.tar.gz rsyslog-9b59581a6f7d161c7aafbc3300689337939bb382.tar.bz2 rsyslog-9b59581a6f7d161c7aafbc3300689337939bb382.zip |
use the $ModLoad syntax consistently.
Update the documentation to use the new, preferred $ModLoad syntax:
- no more MySQL
- name of the in/output plugin without the trailing .so
Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
Diffstat (limited to 'doc/rsyslog_mysql.html')
-rw-r--r-- | doc/rsyslog_mysql.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/rsyslog_mysql.html b/doc/rsyslog_mysql.html index 57a779d5..a5c72429 100644 --- a/doc/rsyslog_mysql.html +++ b/doc/rsyslog_mysql.html @@ -137,9 +137,9 @@ functionality, MySQL must be enabled in the config file BEFORE the first database table action is used. This is done by placing the</p> <blockquote> -<p><code>$ModLoad ommysql.so</code></p> +<p><code>$ModLoad ommysql</code></p> </blockquote> -<p>directive at the begining of /etc/rsyslog.conf. For other databases, use their plugin name (e.g. ompgsql.so).</p> +<p>directive at the begining of /etc/rsyslog.conf. For other databases, use their plugin name (e.g. ompgsql).</p> <p>Next, we need to tell rsyslogd to write data to the database. As we use the default schema, we do NOT need to define a template for this. We can use the hardcoded one (rsyslogd handles the proper @@ -259,4 +259,4 @@ document under the terms of the GNU Free Documentation License, Version with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license can be viewed at <a href="http://www.gnu.org/copyleft/fdl.html"> http://www.gnu.org/copyleft/fdl.html</a>.</p> -</body></html>
\ No newline at end of file +</body></html> |