apache.conf 807 B

123456789101112131415161718192021222324252627282930
  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. # the URL to download apache status info
  9. #apache_url="http://127.0.0.1:80/server-status?auto"
  10. #apache_curl_opts=
  11. # convert apache floating point values
  12. # to integer using this multiplier
  13. # this only affects precision - the values
  14. # will be in the proper units
  15. #apache_decimal_detail=1000000
  16. # the data collection frequency
  17. # if unset, will inherit the netdata update frequency
  18. #apache_update_every=
  19. # the charts priority on the dashboard
  20. #apache_priority=60000
  21. # the number of retries to do in case of failure
  22. # before disabling the module
  23. #apache_retries=10