| Line 24... |
Line 24... |
| 24 |
|
24 |
|
| 25 |
# general rules:
|
25 |
# general rules:
|
| 26 |
# 1. load the plugins _first_ from the global section
|
26 |
# 1. load the plugins _first_ from the global section
|
| 27 |
# 2. options for each plugin in seperate section below
|
27 |
# 2. options for each plugin in seperate section below
|
| 28 |
|
28 |
|
| 29 |
plugin="/usr/lib64/ulogd/ulogd_inppkt_ULOG.so"
|
29 |
plugin="/usr/lib64/ulogd/ulogd_inppkt_NFLOG.so"
|
| 30 |
plugin="/usr/lib64/ulogd/ulogd_filter_IFINDEX.so"
|
30 |
plugin="/usr/lib64/ulogd/ulogd_filter_IFINDEX.so"
|
| 31 |
plugin="/usr/lib64/ulogd/ulogd_filter_IP2STR.so"
|
31 |
plugin="/usr/lib64/ulogd/ulogd_filter_IP2STR.so"
|
| 32 |
plugin="/usr/lib64/ulogd/ulogd_filter_PRINTPKT.so"
|
32 |
plugin="/usr/lib64/ulogd/ulogd_filter_PRINTPKT.so"
|
| 33 |
plugin="/usr/lib64/ulogd/ulogd_filter_PRINTFLOW.so"
|
33 |
plugin="/usr/lib64/ulogd/ulogd_filter_PRINTFLOW.so"
|
| 34 |
plugin="/usr/lib64/ulogd/ulogd_output_LOGEMU.so"
|
34 |
plugin="/usr/lib64/ulogd/ulogd_output_LOGEMU.so"
|
| 35 |
plugin="/usr/lib64/ulogd/ulogd_raw2packet_BASE.so"
|
35 |
plugin="/usr/lib64/ulogd/ulogd_raw2packet_BASE.so"
|
| 36 |
|
36 |
|
| 37 |
# this is a stack for ULOG packet-based logging via LOGEMU
|
37 |
# this is a stack for ULOG packet-based logging via LOGEMU
|
| 38 |
stack=ulog1:ULOG,base1:BASE,ip2str1:IP2STR,print1:PRINTPKT,emu1:LOGEMU
|
38 |
stack=log1:NFLOG,base1:BASE,ifil:IFINDEX,ip2str1:IP2STR,print1:PRINTPKT,emu1:LOGEMU
|
| 39 |
|
39 |
|
| 40 |
[ulog1]
|
40 |
[log1]
|
| 41 |
nlgroup=CHANGEVALUE
|
41 |
group=CHANGEVALUE
|