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

Update php-fpm_exporter to version 2.0.1

parent c01df3f2
No related branches found
No related tags found
No related merge requests found
...@@ -36,7 +36,7 @@ install_packages ${BUILD_PACKAGES} ${PACKAGES} ...@@ -36,7 +36,7 @@ install_packages ${BUILD_PACKAGES} ${PACKAGES}
# Install the php-fpm prometheus exporter binary (no package yet). # Install the php-fpm prometheus exporter binary (no package yet).
curl -sL -o /usr/sbin/php-fpm-exporter \ curl -sL -o /usr/sbin/php-fpm-exporter \
https://github.com/hipages/php-fpm_exporter/releases/download/v1.0.0/php-fpm_exporter_1.0.0_linux_amd64 https://github.com/hipages/php-fpm_exporter/releases/download/v2.0.1/php-fpm_exporter_2.0.1_linux_amd64
chmod 0755 /usr/sbin/php-fpm-exporter chmod 0755 /usr/sbin/php-fpm-exporter
# Set the PHP_FPM_EXPORTER_PORT in envvars, so that it is later picked up by # Set the PHP_FPM_EXPORTER_PORT in envvars, so that it is later picked up by
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment