13 lines
280 B
Text
13 lines
280 B
Text
|
# Module: php_fpm
|
||
|
# Docs: https://www.elastic.co/guide/en/beats/metricbeat/6.5/metricbeat-module-php_fpm.html
|
||
|
|
||
|
- module: php_fpm
|
||
|
#metricsets:
|
||
|
# - pool
|
||
|
# - process
|
||
|
period: 10s
|
||
|
hosts: ["localhost:8080"]
|
||
|
status_path: "/status"
|
||
|
#username: "user"
|
||
|
#password: "secret"
|