From bc2536b43495038dbaf6275e85288af22ee971e4 Mon Sep 17 00:00:00 2001 From: Eric Leblond Date: Sat, 18 Apr 2009 13:38:27 +0200 Subject: Documentation: information about procedure variable. This patch documents the "procedure" option in the database plugin configurations. --- doc/ulogd.sgml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'doc/ulogd.sgml') 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 @@ ULOGD 2.x - the Netfilter Userspace Logging Daemon Harald Welte <laforge@netfilter.org>, Eric Leblond <eric@inl.fr> -Revision 2008/09/03 +Revision 2009/04/18 This is the documentation for ulogd-2.x, the second generation @@ -464,6 +464,14 @@ Name of the table which ulogd will use to build arguments list. procedure 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: + +"INSERT": A classic INSERT SQL query is done in the table pointed by the + "table" variable. +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". + db Name of the mysql database. host -- cgit v1.2.3