phpfpm
This module will monitor one or more php-fpm instances depending on configuration.
Requirements:
- php-fpm with enabled
status
page
- access to
status
page via web server
It produces following charts:
-
Active Connections
-
Requests in requests/s
-
Performance
configuration
Needs only url
to server's status
Here is an example for local server:
jobs:
- name: local
url: http://localhost/status?full&json
- name: local
url: http://127.0.0.1/status?full&json
- name: local
url: http://[::1]/status?full&json
Without configuration, module attempts to connect to http://localhost/status?full&json