phpfpm.conf 740 B

123456789101112131415161718192021222324252627
  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. # first, you need open php-fpm status in php-fpm.conf
  9. # second, you need add status location in nginx.conf
  10. # you can see, https://easyengine.io/tutorials/php/fpm-status-page/
  11. #phpfpm_urls[name]=""
  12. #phpfpm_curl_opts[name]=""
  13. # the data collection frequency
  14. # if unset, will inherit the netdata update frequency
  15. #phpfpm_update_every=
  16. # the charts priority on the dashboard
  17. #phpfpm_priority=60000
  18. # the number of retries to do in case of failure
  19. # before disabling the module
  20. #phpfpm_retries=10