From c5a2b1153577f3322bf14215c616326b731a5c51 Mon Sep 17 00:00:00 2001 From: Pavel Rochnyack Date: Thu, 25 Feb 2016 21:44:02 +0700 Subject: [PATCH] curl_json: Added example configuration for PHP-FPM. --- contrib/curl_json/php-fpm.conf | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 contrib/curl_json/php-fpm.conf diff --git a/contrib/curl_json/php-fpm.conf b/contrib/curl_json/php-fpm.conf new file mode 100644 index 00000000..34b8b67d --- /dev/null +++ b/contrib/curl_json/php-fpm.conf @@ -0,0 +1,27 @@ +# Example configuration for PHP-FPM + + + Plugin "phpfpm" + Instance "main" + + Type "total_requests" + Instance "accepted" + + + Type "total_requests" + Instance "slow" + + + Type "queue_length" + Instance "listen" + + + Type "vs_processes" + Instance "active" + + + Type "vs_processes" + Instance "total" + + + -- 2.11.0