From 7181f929279bea55c8554a86b5cdec9d0c09a7cc Mon Sep 17 00:00:00 2001 From: laforge Date: Mon, 20 Nov 2000 11:43:22 +0000 Subject: huge reorganization for 0.9 - added hashtables everywhere - no more dynamic allocation for each packet - mysql output plugin - more keys in ulogd_BASE - moved libipulog into ulogd directory - introduced autoconf --- ulogd.conf | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) (limited to 'ulogd.conf') diff --git a/ulogd.conf b/ulogd.conf index 27f0394..f27c990 100644 --- a/ulogd.conf +++ b/ulogd.conf @@ -1,9 +1,17 @@ -# which netlink multicast group ulogd should listen to +# netlink multicast group (the same as the iptables --ulog-nlgroup param) nlgroup 32 - -# logfile +# logfile for status messages logfile /var/log/ulogd.log - -# dumpfile for ulogd_OPRINT.so +# loglevel: notice, warnings, error and fatal +loglevel 5 +# ulogd_OPRINT.so: file for packet dumping dumpfile /var/log/ulogd.pktlog - +# ulogd_MYSQL.so: database information +mysqltable ulog +mysqlpass hotline +mysqluser laforge +mysqldb ulogd +mysqlhost localhost +# plugins: first load BASE interpreter, then syslog emulation +plugin /usr/local/lib/ulogd/ulogd_BASE.so +plugin /usr/local/lib/ulogd/ulogd_LOGEMU.so -- cgit v1.2.3