From 958888c4efae14085973d54c74866f7abcb66027 Mon Sep 17 00:00:00 2001 From: jurgenhaas <juergen@paragon-es.de> Date: Thu, 26 Mar 2020 10:04:43 +0100 Subject: [PATCH] ansible-roles/php#11 Configure PHP FPM monitoring by netdata --- templates/php_pool.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/php_pool.conf b/templates/php_pool.conf index a0eed13..01cabdb 100644 --- a/templates/php_pool.conf +++ b/templates/php_pool.conf @@ -16,6 +16,7 @@ pm.start_servers = 4 pm.min_spare_servers = 2 pm.max_spare_servers = 6 pm.max_requests = 2000 +pm.status_path = /fpm-status.php ; Environment variables env[HOSTNAME] = {{ inventory_hostname }} -- GitLab