let ipkg fail when a package file to be installed is not found
[openwrt/staging/wigyori.git] / openwrt / package / pmacct / files / pmacctd.conf
1 !
2 ! pmacctd configuration example
3 !
4 ! debug: true
5 interface: vlan1
6 daemonize: true
7 pidfile: /var/run/pmacctd.pid
8 pmacctd_id: 1
9 aggregate: src_host,dst_host
10 ! aggregate: src_net,dst_net
11 plugins: memory
12 imt_buckets: 65537
13 imt_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