mirror of
https://github.com/rvalitov/zabbix-php-fpm.git
synced 2023-11-05 03:30:27 +01:00
2210d3bbd5
## Fix (all problems specified in issue #12) - **More robust method to discover sockets** (when PHP pool uses sockets). Script performs automatic checks of socket files (the file exists and is really a socket). - **More robust method to discover host and port** (when PHP pool uses TCP connection). - **Support of pools when PHP daemon listens on any network interface**. This mode is activated when in PHP pool configuration the `listen` command specifies only a port, without a host IP, for example: ``` listen = 9000 ``` - **Correct discovery of pools in some cases.** The script performs analysis of all processes that belong to the pool. Previously, we checked only the first process, as a result if a pool somehow had multiple processes (for example Memcached, Redis, PostgreSQL) then discovery could capture wrong data. Now this problem is fixed. - **Improved detection of pools**. We use better expressions in `grep` now. Previously special characters in pool names could lead to script failures. Besides such approach is a more robust method to fix #10. ## New functionality - **Debug mode** of the discovery script helps to investigate problems that may happen |
||
---|---|---|
.. | ||
userparameter_php_fpm.conf | ||
zabbix_php_fpm_discovery.sh | ||
zabbix_php_fpm_status.sh | ||
zabbix_php_fpm_template.xml |