X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=contrib%2Fcurl_json%2Fphp-fpm.conf;fp=contrib%2Fcurl_json%2Fphp-fpm.conf;h=34b8b67d0fb0e7c89d233cfb87dc78b1b01b95e3;hb=c5a2b1153577f3322bf14215c616326b731a5c51;hp=0000000000000000000000000000000000000000;hpb=23128c9c41d00cd2e5e3f529f1792a261affd0a4;p=collectd.git 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" + + +