From: Pavel Rochnyack Date: Thu, 25 Feb 2016 14:44:02 +0000 (+0700) Subject: curl_json: Added example configuration for PHP-FPM. X-Git-Tag: collectd-5.8.0~69 X-Git-Url: https://git.octo.it/?p=collectd.git;a=commitdiff_plain;h=c5a2b1153577f3322bf14215c616326b731a5c51 curl_json: Added example configuration for PHP-FPM. --- 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" + + +