source: freewrt/package/pmacct/files/pmacctd.conf@ 621d5d2

freewrt_2_0
Last change on this file since 621d5d2 was 475ad56, checked in by Waldemar Brodkorb <wbx@…>, 20 years ago

add OpenWrt trunk revision 3830.

git-svn-id: svn://www.freewrt.org/trunk/freewrt@1 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 551 bytes
Line 
1!
2! pmacctd configuration example
3!
4! debug: true
5interface: vlan1
6daemonize: true
7pidfile: /var/run/pmacctd.pid
8pmacctd_id: 1
9aggregate: src_host,dst_host
10! aggregate: src_net,dst_net
11plugins: memory
12imt_buckets: 65537
13imt_mem_pools_size: 65536
14! imt_mem_pools_number: 0
15! plugins: mysql
16! plugins: pgsql
17! sql_db: pmacct
18! sql_table: acct
19! sql_table_version: 2
20! sql_passwd: arealsmartpwd
21! sql_user: pmacct
22! sql_refresh_time: 90
23! sql_optimize_clauses: true
24! sql_history: 10m
25! sql_history_roundoff: mh
26! networks_file: ./networks.example
Note: See TracBrowser for help on using the repository browser.