]> git.pld-linux.org Git - packages/ulogd.git/commitdiff
86e242ce06134c66c81a03cfd56ca1b1 ulogd.conf STABLE ulogd-0_91-1
authorJan Rękorajski <baggins@pld-linux.org>
Thu, 1 Feb 2001 17:00:46 +0000 (17:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ulogd.conf -> 1.1

ulogd.conf [new file with mode: 0644]

diff --git a/ulogd.conf b/ulogd.conf
new file mode 100644 (file)
index 0000000..062e8a1
--- /dev/null
@@ -0,0 +1,17 @@
+# netlink multicast group (the same as the iptables --ulog-nlgroup param)
+nlgroup 1
+# logfile for status messages
+logfile /var/log/ulogd
+# 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/lib/ulogd/ulogd_BASE.so
+plugin /usr/lib/ulogd/ulogd_LOGEMU.so
This page took 0.061184 seconds and 4 git commands to generate.