X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=charts.d%2Fphpfpm.chart.sh;h=a5ee0ad561637dd3dd30571e966d1863c019ffb4;hb=0a26e46c36e7fc1c343f9512ae6ade05a78349a1;hp=16669e1be065ea357d680d8d2c293a2ba436f3a8;hpb=addb52bb18ba356fc1cb5888b1fe5b809137346d;p=netdata.git diff --git a/charts.d/phpfpm.chart.sh b/charts.d/phpfpm.chart.sh index 16669e1b..a5ee0ad5 100755 --- a/charts.d/phpfpm.chart.sh +++ b/charts.d/phpfpm.chart.sh @@ -1,9 +1,13 @@ # no need for shebang - this file is loaded from charts.d.plugin -# if this chart is called X.chart.sh, then all functions and global variables -# must start with X_ - -# first, you need open php-fpm status in php-fpm.conf +# netdata +# real-time performance and health monitoring, done right! +# (C) 2016 Costa Tsaousis +# GPL v3+ +# +# Contributed by @safeie with PR #276 + +# first, you need open php-fpm status in php-fpm.conf # second, you need add status location in nginx.conf # you can see, https://easyengine.io/tutorials/php/fpm-status-page/