nginx.conf 577 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. # THIS PLUGIN IS DEPRECATED
  7. # USE THE PYTHON.D ONE
  8. #nginx_url="http://127.0.0.1:80/stub_status"
  9. #nginx_curl_opts=""
  10. # the data collection frequency
  11. # if unset, will inherit the netdata update frequency
  12. #nginx_update_every=
  13. # the charts priority on the dashboard
  14. #nginx_priority=60000
  15. # the number of retries to do in case of failure
  16. # before disabling the module
  17. #nginx_retries=10