summaryrefslogtreecommitdiffstats
path: root/ulogd.conf
blob: 5246aa91722ed1a86b7a4100927a390720ffaa61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# netlink multicast group (the same as the iptables --ulog-nlgroup param)
nlgroup 1
# logfile for status messages
logfile /var/log/ulogd.log
# 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 changeme
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