From 2ba3488444bc7a5264b8dd95157f10b88088c6a0 Mon Sep 17 00:00:00 2001 From: safeie Date: Wed, 20 Apr 2016 17:04:46 +0800 Subject: [PATCH] update default phpfpm url --- charts.d/phpfpm.chart.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts.d/phpfpm.chart.sh b/charts.d/phpfpm.chart.sh index 97544b00..eaa20930 100644 --- a/charts.d/phpfpm.chart.sh +++ b/charts.d/phpfpm.chart.sh @@ -7,7 +7,7 @@ # second, you need add status location in nginx.conf # you can see, https://easyengine.io/tutorials/php/fpm-status-page/ -phpfpm_url="http://localhost/php-status" +phpfpm_url="http://localhost/status" # _update_every is a special variable - it holds the number of seconds # between the calls of the _update() function -- 2.39.2