lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

bandwidthd-pgsql.config (377B)


      1 config bandwidthd
      2 	option dev		br-lan
      3 	option subnets		"192.168.1.0/24"
      4 	option skip_intervals	0
      5 	option graph_cutoff	1024
      6 	option promiscuous	true
      7 	option output_cdf	false
      8 	option recover_cdf	false
      9 	option filter		ip
     10 	option graph		true
     11 	option meta_refresh	150
     12 	option pgsql_connect_string	"user = postgres dbname = bandwidthd host = 192.168.1.1"
     13 	option sensor_id	"openwrt"