1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
!
! nfacctd custom print plugin configuration example
!
! Did you know CONFIG-KEYS contains the detailed list of all configuration keys supported ?
!
! General configs
!
! debug: true
daemonize: false
!
! NetFlow/IPFIX daemon configs
!
! nfacctd_port: 5678
! nfacctd_time_secs: true
nfacctd_time_new: true
!
! Plugins definitions
!
plugins: custom[foo]
!print_output_custom_lib: /path/to/your/library/your_backend_library.so
!print_output_custom_cfg_file: /path/configuration/your_configuration_file.ini
!
!
! 'foo' plugin configuration
!
aggregate[foo]: src_host, dst_host, src_port, dst_port, proto
|