]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blame - config/pmacct/pmacct.conf
suricata: Change midstream policy to "pass-flow"
[people/pmueller/ipfire-2.x.git] / config / pmacct / pmacct.conf
CommitLineData
7300386b
AB
1!
2! Pmacctd configuration file for IPFire environment
3!
4
525e575e
JM
5!----------------------------------- global -----------------------------------
6
7300386b
AB
7syslog: daemon
8daemonize: true
9debug: false
10promisc: true
525e575e
JM
11pcap_interface: green0
12
13imt_mem_pools_number: 256
7300386b 14
525e575e
JM
15plugins: memory[plugin1] # , sqlite3[plugin2]
16
17
18!----------------------------------- memory -----------------------------------
7300386b
AB
19
20!
21! "plugin1" plugin configuration
22!
7300386b
AB
23
24plugin_buffer_size[plugin1]: 102400
525e575e 25plugin_pipe_size[plugin1]: 10240000
7300386b 26
7300386b
AB
27imt_path[plugin1]: /var/spool/pmacct/plugin1.pipe
28
29aggregate[plugin1]: src_host, src_port, src_mac, dst_host, dst_port, dst_mac, proto
525e575e
JM
30aggregate_filter[plugin1]: ip
31
32
33!----------------------------------- sqlite3 ----------------------------------
34
35!
36! "plugin2" plugin configuration
37!
38
39! add your sqlite3 plugin2 here...