From a6fbeb96e8894f6d2c953196c99a59644798ac04 Mon Sep 17 00:00:00 2001 From: laforge Date: Sun, 28 Sep 2003 15:19:25 +0000 Subject: new configuration file syntax (Magnus Boden) --- doc/ulogd.sgml | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'doc') diff --git a/doc/ulogd.sgml b/doc/ulogd.sgml index 002f8e2..73bb462 100644 --- a/doc/ulogd.sgml +++ b/doc/ulogd.sgml @@ -1,12 +1,12 @@ - +
ULOGD - the Userspace Logging Daemon Harald Welte <laforge@gnumonks.org> -Revision $Revision: 1.8 $, $Date: 2003/03/05 22:46:04 $ +Revision $Revision: 1.9 $, $Date: 2003/08/23 17:52:37 $ This is the documentation for ulogd, the Userspace logging daemon. @@ -281,9 +281,9 @@ as possible. Logging is done to a seperate textfile instead of syslog, though.

The module defines the following configuration directives: -syslogfileThe filename where it should log to. The default is +fileThe filename where it should log to. The default is /var/log/ulogd.syslogemu -syslogsyncSet this to 1 if you want to have your logfile written +syncSet this to 1 if you want to have your logfile written synchronously. This may reduce performance, but makes your log-lines appear immediately. The default is 0 @@ -310,15 +310,15 @@ the fields you are not interested in, and create the table.

The module defines the following configuration directives: -mysqltable +table Name of the table to which ulogd should log -mysqldb +ldb Name of the mysql database -mysqlhost +host Name of the mysql database host -mysqluser +user Name of the mysql user -mysqlpass +pass Password for mysql @@ -344,15 +344,15 @@ the fields you are not interested in, and create the table.

The module defines the following configuration directives: -pgsqltable +table Name of the table to which ulogd should log -pgsqldb +db Name of the mysql database -pgsqlhost +host Name of the mysql database host -pgsqluser +user Name of the mysql user -pgsqlpass +pass Password for mysql @@ -364,10 +364,10 @@ or ethereal. The module defines the following configuration directives: -pcapfile +file The filename where it should log to. The default is: /var/log/ulogd.pcap -pcapsync +sync Set this to 1 if you want to have your pcap logfile written synchronously. This may reduce performance, but makes your packets appear immediately in the file on disk. The default is 0 -- cgit v1.2.3