]> arthur.barton.de Git - netdata.git/blob - conf.d/charts.d/phpfpm.conf
provided default configuration files for charts.d modules
[netdata.git] / conf.d / charts.d / phpfpm.conf
1 # no need for shebang - this file is loaded from charts.d.plugin
2
3 # netdata
4 # real-time performance and health monitoring, done right!
5 # (C) 2016 Costa Tsaousis <costa@tsaousis.gr>
6 # GPL v3+
7
8 # THIS PLUGIN IS DEPRECATED
9 # USE THE PYTHON.D ONE
10
11 # first, you need open php-fpm status in php-fpm.conf
12 # second, you need add status location in nginx.conf
13 # you can see, https://easyengine.io/tutorials/php/fpm-status-page/
14 #phpfpm_urls[name]=""
15 #phpfpm_curl_opts[name]=""
16
17 # the data collection frequency
18 # if unset, will inherit the netdata update frequency
19 #phpfpm_update_every=
20
21 # the charts priority on the dashboard
22 #phpfpm_priority=60000