mirror of
https://github.com/rvalitov/zabbix-php-fpm.git
synced 2023-11-05 03:30:27 +01:00
[add] enable php-fpm status page
This commit is contained in:
parent
c8d75f8a68
commit
12444b7b13
@ -25,6 +25,7 @@ pm.max_spare_servers = <tmpl_var name='pm_max_spare_servers'>
|
||||
pm.process_idle_timeout = <tmpl_var name='pm_process_idle_timeout'>s;
|
||||
</tmpl_if>
|
||||
pm.max_requests = <tmpl_var name='pm_max_requests'>
|
||||
pm.status_path = /php-fpm-status
|
||||
|
||||
chdir = /
|
||||
<tmpl_if name='php_fpm_chroot'>
|
||||
|
Loading…
Reference in New Issue
Block a user