Skip to content
Snippets Groups Projects
Commit 15590c51 authored by jurgenhaas's avatar jurgenhaas
Browse files

ansible-roles/php#11 Configure PHP FPM monitoring by netdata

parent a8816f77
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,7 @@ pm.start_servers = {{ php_fpm_start_servers }}
pm.min_spare_servers = {{ php_fpm_min_spare_servers }}
pm.max_spare_servers = {{ php_fpm_max_spare_servers }}
pm.max_requests = {{ php_fpm_max_requests }}
pm.status_path = /fpm-status.php
; Environment variables
env[HOSTNAME] = {{ inventory_hostname }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment