bandwidthd-pgsql.config 377 B

12345678910111213
  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"