add sock to php fpm socket paths

This commit is contained in:
Camille Prugnard 2021-10-11 10:29:14 +02:00
parent 52d7b8c559
commit 017f947089

View File

@ -1,2 +1,2 @@
#!/bin/bash #!/bin/bash
/usr/local/bin/prometheus-phpfpm-exporter $(ls -1 {{ prometheus_phpfpm_sockets_directory }} | awk '{print "--phpfpm.socket-paths {{ prometheus_phpfpm_sockets_directory }}" $1}' |head -c -1) /usr/local/bin/prometheus-phpfpm-exporter $(ls -1 {{ prometheus_phpfpm_sockets_directory }}*.sock | awk '{print "--phpfpm.socket-paths {{ prometheus_phpfpm_sockets_directory }}" $1}' |head -c -1)