From 87cd4bdfe4b8468e5a7dcc536bfa1df41da89e89 Mon Sep 17 00:00:00 2001 From: ale <ale@incal.net> Date: Tue, 2 Nov 2021 21:29:18 +0000 Subject: [PATCH] Fix php-fpm socket path --- conf/services.d/php-fpm-exporter/run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/services.d/php-fpm-exporter/run b/conf/services.d/php-fpm-exporter/run index 0de9c43..0dce9cd 100755 --- a/conf/services.d/php-fpm-exporter/run +++ b/conf/services.d/php-fpm-exporter/run @@ -1,4 +1,4 @@ #!/bin/sh . /etc/apache2/envvars export HOME=/ -exec /usr/sbin/php-fpm-exporter server "--phpfpm.scrape-uri=unix:///run/php/php7.4-fpm.sock\\;/status" --web.listen-address=:$PHP_FPM_EXPORTER_PORT +exec /usr/sbin/php-fpm-exporter server "--phpfpm.scrape-uri=unix:///run/php/php7.4-fpm.sock;/status" --web.listen-address=:$PHP_FPM_EXPORTER_PORT -- GitLab