From 9b59581a6f7d161c7aafbc3300689337939bb382 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Fri, 18 Jul 2008 16:41:52 +0200 Subject: 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 --- doc/rsyslog_conf.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/rsyslog_conf.html') diff --git a/doc/rsyslog_conf.html b/doc/rsyslog_conf.html index 9325f73c..cdfffec4 100644 --- a/doc/rsyslog_conf.html +++ b/doc/rsyslog_conf.html @@ -915,7 +915,7 @@ template name can follow the connect information. This is as follows:

Important: to use the database functionality, the MySQL output module must be loaded in the config file BEFORE the first database table action is used. This is done by placing the

-

$ModLoad MySQL

+

$ModLoad ommysql

directive some place above the first use of the database write (we recommend doing at the the beginning of the config file).

Discard

@@ -1190,4 +1190,4 @@ additional and database support). For obvious reasons, the syntax for defining such features is available in rsyslogd, only.
 

- \ No newline at end of file + -- cgit