Skip to content
Snippets Groups Projects
Commit fea6b802 authored by ale's avatar ale
Browse files

Fix php-fpm-exporter cmdline

parent 0147db23
No related branches found
No related tags found
1 merge request!4Use S6
Pipeline #23169 passed
#!/bin/sh #!/bin/sh
. /etc/apache2/envvars . /etc/apache2/envvars
export HOME=/ 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment