diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-07-25 13:52:08 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-07-25 13:52:08 +0200 |
commit | 480125e16ce0cdd63d9ee0b47565789984c217e0 (patch) | |
tree | b0adc873ac98cda42bf77f841bdba59aeec61fd0 /doc/rsyslog_mysql.html | |
parent | 8ed5da5dc4c3b146e4636dd8b44fe62df4d90c80 (diff) | |
parent | b829284f37add946ac810b125e3bededa1206c96 (diff) | |
download | rsyslog-480125e16ce0cdd63d9ee0b47565789984c217e0.tar.gz rsyslog-480125e16ce0cdd63d9ee0b47565789984c217e0.tar.bz2 rsyslog-480125e16ce0cdd63d9ee0b47565789984c217e0.zip |
Merge branch 'beta'
Diffstat (limited to 'doc/rsyslog_mysql.html')
-rw-r--r-- | doc/rsyslog_mysql.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/rsyslog_mysql.html b/doc/rsyslog_mysql.html index ad2850cc..753c86ec 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 |