From b467b44dae691c14cd2ddbaf90467e75063a237b Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Thu, 2 Feb 2012 17:14:01 +0100 Subject: ommysql: updated doc --- doc/ommysql.html | 46 ++++++++++++++++++++++++++++++---------------- 1 file changed, 30 insertions(+), 16 deletions(-) diff --git a/doc/ommysql.html b/doc/ommysql.html index daef9cab..7769fb86 100644 --- a/doc/ommysql.html +++ b/doc/ommysql.html @@ -15,28 +15,37 @@

This module provides native support for logging to MySQL databases. It offers superior performance over the more generic omlibdbi module.

-

Configuration Directives:

-

ommysql mostly uses the "old style" configuration, with almost everything on the -action line itself. A few newer features are being migrated to the new style-config -directive configuration system. +

Action Parameters:

+

Legacy (pre-v6) Configuration Directives:

+

ommysql mostly uses the "very old style" (v0) configuration, with almost everything on the +action line itself. +

@@ -57,15 +66,20 @@ database "syslog_db" on mysqlsever.example.com. The server is being accessed under the account of "user" with password "pwd".

+

Legacy Sample:

+

The same as above, but in legacy config format (pre rsyslog-v6): +

[rsyslog.conf overview] [manual index] [rsyslog site]

This documentation is part of the -rsyslog -project.
-Copyright © 2008, 2009 by Rainer Gerhards and +rsyslog project.
+Copyright © 2008-2012 by Rainer Gerhards and Adiscon. -Released under the GNU GPL version 3 or higher.

+Released under the ASL 2.0.

-- cgit v1.2.3