Lusitaniae / phpfpm_exporter

Prometheus exporter for PHP-FPM.
Apache License 2.0
80 stars 20 forks source link

--phpfpm.socket-directories=PHPFPM.SOCKET-DIRECTORIES how specify? #29

Open matteocostantini opened 1 year ago

matteocostantini commented 1 year ago

--phpfpm.socket-directories=PHPFPM.SOCKET-DIRECTORIES how specify? Comma or space separated? or repeate --phpfpm.socket-directories for every sockets folder?

exporter user is member of sockets read group

Lusitaniae commented 1 year ago

Looking at the original PR looks like you should specify the flag multiple times https://github.com/Lusitaniae/phpfpm_exporter/pull/5

But feel free to try different things and make a PR to update README with more clear instructions