ap.conf 652 B

1234567891011121314151617181920212223
  1. # no need for shebang - this file is loaded from charts.d.plugin
  2. # netdata
  3. # real-time performance and health monitoring, done right!
  4. # (C) 2018 Costa Tsaousis <costa@tsaousis.gr>
  5. # GPL v3+
  6. # nothing fancy to configure.
  7. # this module will run
  8. # iw dev - to find wireless devices in AP mode
  9. # iw ${dev} station dump - to get connected clients
  10. # based on the above, it generates several charts
  11. # the data collection frequency
  12. # if unset, will inherit the netdata update frequency
  13. #ap_update_every=
  14. # the charts priority on the dashboard
  15. #ap_priority=6900
  16. # the number of retries to do in case of failure
  17. # before disabling the module
  18. #ap_retries=10