Files
bpfire/config/pmacct/pmacct.conf
Jon Murphy 525e575e04 pmacct: fix bug 13159
- changes `interface` to `pcap_interface` in pmacct.conf file.
- thank you to @iptom for finding and reporting the issue and
   to many others for pitching in and helping debug!

Signed-off-by: Jon Murphy <jon.murphy@ipfire.org>
2023-07-13 14:22:04 +00:00

40 lines
817 B
Plaintext

!
! Pmacctd configuration file for IPFire environment
!
!----------------------------------- global -----------------------------------
syslog: daemon
daemonize: true
debug: false
promisc: true
pcap_interface: green0
imt_mem_pools_number: 256
plugins: memory[plugin1] # , sqlite3[plugin2]
!----------------------------------- memory -----------------------------------
!
! "plugin1" plugin configuration
!
plugin_buffer_size[plugin1]: 102400
plugin_pipe_size[plugin1]: 10240000
imt_path[plugin1]: /var/spool/pmacct/plugin1.pipe
aggregate[plugin1]: src_host, src_port, src_mac, dst_host, dst_port, dst_mac, proto
aggregate_filter[plugin1]: ip
!----------------------------------- sqlite3 ----------------------------------
!
! "plugin2" plugin configuration
!
! add your sqlite3 plugin2 here...