| 0,0 → 1,39 |
| # Example of a simple configuration for ulogd with ALCASAR |
| |
| [global] |
| ###################################################################### |
| # GLOBAL OPTIONS |
| ###################################################################### |
| |
| # netlink multicast group (the same as the iptables --ulog-nlgroup param) |
| nlgroup=1 |
| |
| # logfile for status messages |
| logfile="/var/log/ulogd.log" |
| |
| # loglevel: debug(1), info(3), notice(5), error(7) or fatal(8) |
| loglevel=5 |
| |
| # socket receive buffer size (should be at least the size of the |
| # in-kernel buffer (ipt_ULOG.o 'nlbufsiz' parameter) |
| rmem=131071 |
| |
| # libipulog/ulogd receive buffer size, should be > rmem |
| bufsize=150000 |
| |
| ###################################################################### |
| # PLUGIN OPTIONS |
| ###################################################################### |
| |
| # We have to configure and load only the plugins we want to use |
| |
| # general rules: |
| # 1. load the plugins _first_ from the global section |
| # 2. options for each plugin in seperate section below |
| |
| # ulogd_BASE.so - interpreter plugin for basic IPv4 header fields |
| plugin="/usr/lib64/ulogd/ulogd_BASE.so" |
| |
| # output plugins. |
| plugin="/usr/lib64/ulogd/ulogd_LOGEMU.so" |
| |