From 86831d7a4f485e19befa8cc500d17766798ad07c Mon Sep 17 00:00:00 2001
From: Michael Biebl
Date: Mon, 18 Mar 2013 15:39:58 +0100
Subject: Imported Upstream version 7.3.8
---
doc/omlibdbi.html | 46 ++++++++++++++++++++++++++++------------------
1 file changed, 28 insertions(+), 18 deletions(-)
(limited to 'doc/omlibdbi.html')
diff --git a/doc/omlibdbi.html b/doc/omlibdbi.html
index 008dcb8..e47c7f5 100644
--- a/doc/omlibdbi.html
+++ b/doc/omlibdbi.html
@@ -54,7 +54,23 @@ dlopen()ed plugin (as omlibdbi is). So in short, you probably save you
a lot of headache if you make sure you have at least libdbi version
0.8.3 on your system.
-Action Parameters:
+Module Parameters
+
+- template
+The default template to use. This template is used when no template is
+explicitely specified in the action() statement.
+ - driverdirectory
+Path to the libdbi drivers. Usually,
+you do not need to set it. If you installed libdbi-drivers at a
+non-standard location, you may need to specify the directory here. If
+you are unsure, do not use this configuration directive.
+Usually, everything works just fine.
+Note that this was an action() paramter in rsyslog versions below 7.3.0.
+However, only the first action's driverdirectory parameter was actually used.
+This has been cleaned up in 7.3.0, where this now is a module paramter.
+
+
+Action Parameters
- server
Name or address of the MySQL server
- db
Database to use
@@ -68,24 +84,18 @@ writiting "mysql" (suggest to use ommysql instead), "firebird" (Firbird
and InterBase), "ingres", "msql", "Oracle", "sqlite", "sqlite3",
"freetds" (for Microsoft SQL and Sybase) and "pgsql" (suggest to use
ompgsql instead).
-- driverdirectory
-Path to the libdbi drivers. Usually,
-you do not need to set it. If you installed libdbi-drivers at a
-non-standard location, you may need to specify the directory here. If
-you are unsure, do not use this configuration directive.
-Usually, everything works just fine.
Legacy (pre-v6) Configuration Directives:
+It is strongly recommended NOT to use legacy format.