summaryrefslogtreecommitdiffstats
path: root/ulogd.conf
diff options
context:
space:
mode:
authorlaforge <laforge>2000-11-20 11:43:22 +0000
committerlaforge <laforge>2000-11-20 11:43:22 +0000
commit7181f929279bea55c8554a86b5cdec9d0c09a7cc (patch)
treeaea9bdd014f0233924027ed6a219d1f772a4e360 /ulogd.conf
parentf408fe697949b03805fa4bfd64d563136fdcded9 (diff)
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
Diffstat (limited to 'ulogd.conf')
-rw-r--r--ulogd.conf20
1 files changed, 14 insertions, 6 deletions
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