summaryrefslogtreecommitdiffstats
path: root/doc/ulogd.sgml
diff options
context:
space:
mode:
authorEric Leblond <eric@inl.fr>2009-04-18 13:38:27 +0200
committerEric Leblond <eric@inl.fr>2009-04-18 13:38:27 +0200
commitbc2536b43495038dbaf6275e85288af22ee971e4 (patch)
tree7bacf26a711b842e9579bb94e8e5b29d0bec692f /doc/ulogd.sgml
parentc1c034c930beda542b201d01cf7b9d74baf8af1f (diff)
Documentation: information about procedure variable.
This patch documents the "procedure" option in the database plugin configurations.
Diffstat (limited to 'doc/ulogd.sgml')
-rw-r--r--doc/ulogd.sgml10
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/ulogd.sgml b/doc/ulogd.sgml
index a98c053..8e31fb6 100644
--- a/doc/ulogd.sgml
+++ b/doc/ulogd.sgml
@@ -6,7 +6,7 @@
<title>ULOGD 2.x - the Netfilter Userspace Logging Daemon</title>
<author>Harald Welte &lt;laforge@netfilter.org&gt, Eric Leblond &lt;eric@inl.fr&gt</author>
-<date>Revision 2008/09/03</date>
+<date>Revision 2009/04/18</date>
<abstract>
This is the documentation for <tt>ulogd-2.x</tt>, the second generation
@@ -464,6 +464,14 @@ Name of the table which ulogd will use to build arguments list.
<tag>procedure</tag>
Stored procedure that will be run with the argument specified in the
table variable.
+Behaviour of the procedure option can be twitted by using specific name.
+If procedure name is:
+<itemize>
+<item>"INSERT": A classic INSERT SQL query is done in the table pointed by the
+ "table" variable.</item>
+<item>start with "INSERT ": Configuration has to specify the start of the INSERT query that will be used. For example,
+a typical value is "INSERT INTO ulog2".</item>
+</itemize>
<tag>db</tag>
Name of the mysql database.
<tag>host</tag>