X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/5a9d0f3e0ff2067610ad4d3207724b9defce25c3..794cc957324de66edab45373053be3e601090f1f:/cookbooks/php/resources/fpm.rb diff --git a/cookbooks/php/resources/fpm.rb b/cookbooks/php/resources/fpm.rb index b63a0c814..13c973580 100644 --- a/cookbooks/php/resources/fpm.rb +++ b/cookbooks/php/resources/fpm.rb @@ -57,7 +57,8 @@ action :create do service service_name group "www-data" command "server" - options "--phpfpm.scrape-uri=#{scrape_uri}" + options "--phpfpm.scrape-uri=#{scrape_uri} --phpfpm.fix-process-count" + labels "pool" => new_resource.pool end else prometheus_exporter "phpfpm" do