![]() |
3 years ago | |
---|---|---|
.. | ||
Makefile.inc | 6 years ago | |
README.md | 3 years ago | |
phpfpm.chart.py | 5 years ago | |
phpfpm.conf | 6 years ago |
Monitors one or more PHP-FPM instances depending on configuration.
PHP-FPM
with enabled status
pagestatus
page via web serverIt produces following charts:
connections
requests/s
status
milliseconds
percentage
KB
Edit the python.d/phpfpm.conf
configuration file using edit-config
from the Netdata config
directory, which is typically at /etc/netdata
.
cd /etc/netdata # Replace this path with your Netdata config directory, if different
sudo ./edit-config python.d/phpfpm.conf
Needs only url
to server's status
. Here is an example for local and remote instances:
local:
url : 'http://localhost/status?full&json'
remote:
url : 'http://203.0.113.10/status?full&json'
Without configuration, module attempts to connect to http://localhost/status