0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-04-18 11:28:47 +00:00
netdata_netdata/collectors/python.d.plugin/phpfpm
Costa Tsaousis d802f83e4a
Fix make dist ()
* fix make dist; fixes 

* added daemon dir

* fix edit-config in dist

* removed config.h from file dependencies

* do not attempt to detect stock files on vanilla installations

* add missing files to dist

* another fix for missing dist files

* modular plugins are now self-configured for automake

* updated lgtm

* fix cncf urls
2018-10-16 15:26:28 +03:00
..
Makefile.inc Fix make dist () 2018-10-16 15:26:28 +03:00
phpfpm.chart.py modularized all source code () 2018-10-15 23:16:42 +03:00
phpfpm.conf modularized all source code () 2018-10-15 23:16:42 +03:00
README.md modularized all source code () 2018-10-15 23:16:42 +03:00

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:

  1. Active Connections
  • active
  • maxActive
  • idle
  1. Requests in requests/s
  • requests
  1. Performance
  • reached
  • slow

configuration

Needs only url to server's status

Here is an example for local instance:

update_every : 3
priority     : 90100

local:
  url     : 'http://localhost/status'
  retries : 10

Without configuration, module attempts to connect to http://localhost/status