summaryrefslogtreecommitdiffstats
path: root/ulogd/ulogd.conf
blob: f27c990235648d43bff1cfe825d72423d5c62d6e (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 32
# 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 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