WARNING: Version 5.4 of Metricbeat has passed its EOL date.
This documentation is no longer being maintained and may be removed. If you are running this version, we strongly advise you to upgrade. For the latest information, see the current release documentation.
PHP-FPM Module
editPHP-FPM Module
editThis functionality is in beta and is subject to change. The design and code is less mature than official GA features and is being provided as-is with no warranties. Beta features are not subject to the support SLA of official GA features.
This module periodically fetches metrics from PHP-FPM servers.
Module-Specific Configuration Notes
editYou need to enable the PHP-FPM status page by properly configuring
pm.status_path
.
Here is a sample nginx configuration to forward requests to the PHP-FPM status
page (assuming pm.status_path
is configured with default value /status
):
location ~ /status { allow 127.0.0.1; deny all; include fastcgi_params; fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; fastcgi_pass 127.0.0.1:9000; }
Compatibility
editThe PHP-FPM metricsets were tested with PHP 5.6.29 and are expected to work with all versions >= 5.
Example Configuration
editThe php_fpm module supports the standard configuration options that are described in Modules. Here is an example configuration:
metricbeat.modules: #- module: php_fpm #metricsets: ["pool"] #enabled: true #period: 10s #status_path: "/status" #hosts: ["localhost:8080"]
Metricsets
editThe following metricsets are available: