summaryrefslogtreecommitdiffstats
path: root/ulogd.conf.in
diff options
context:
space:
mode:
Diffstat (limited to 'ulogd.conf.in')
-rw-r--r--ulogd.conf.in11
1 files changed, 9 insertions, 2 deletions
diff --git a/ulogd.conf.in b/ulogd.conf.in
index ff46146..867525c 100644
--- a/ulogd.conf.in
+++ b/ulogd.conf.in
@@ -42,7 +42,8 @@ plugin="@libdir@/ulogd/ulogd_filter_PRINTPKT.so"
plugin="@libdir@/ulogd/ulogd_filter_PRINTFLOW.so"
plugin="@libdir@/ulogd/ulogd_output_LOGEMU.so"
plugin="@libdir@/ulogd/ulogd_output_SYSLOG.so"
-plugin="@libdir@/ulogd/ulogd_output_OPRINT.so"
+#plugin="@libdir@/ulogd/ulogd_output_OPRINT.so"
+#plugin="@libdir@/ulogd/ulogd_output_NACCT.so"
#plugin="@libdir@/ulogd/ulogd_output_PCAP.so"
#plugin="@libdir@/ulogd/ulogd_output_PGSQL.so"
#plugin="@libdir@/ulogd/ulogd_output_MYSQL.so"
@@ -61,7 +62,7 @@ plugin="@libdir@/ulogd/ulogd_raw2packet_BASE.so"
#stack=ulog1:ULOG,base1:BASE,ip2str1:IP2STR,print1:PRINTPKT,emu1:LOGEMU
# this is a stack for flow-based logging via LOGEMU
-#stack=ct1:NFCT,print1:PRINTFLOW,emu1:LOGEMU
+#stack=ct1:NFCT,ip2str1:IP2STR,print1:PRINTFLOW,emu1:LOGEMU
# this is a stack for flow-based logging via OPRINT
#stack=ct1:NFCT,op1:OPRINT
@@ -81,6 +82,9 @@ plugin="@libdir@/ulogd/ulogd_raw2packet_BASE.so"
# this is a stack for flow-based logging to MySQL
#stack=ct1:NFCT,ip2bin1:IP2BIN,mysql2:MYSQL
+# this is a stack for flow-based logging in NACCT compatible format
+#stack=ct1:NFCT,ip2str1:IP2STR,nacct1:NACCT
+
[ct1]
# IPv4 logging through NFLOG
@@ -131,3 +135,6 @@ procedure="INSERT_PACKET_FULL"
[sys2]
facility=LOG_LOCAL2
+
+[nacct1]
+sync = 1