]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/php/resources/fpm.rb
Don't try to get a cert for vector.osm
[chef.git] / cookbooks / php / resources / fpm.rb
index 49df4effe105be998f7971ca2199c3906325156d..13c973580e6fa4ca5e618eeef838df65141c5f5c 100644 (file)
@@ -53,9 +53,12 @@ action :create do
   if new_resource.prometheus_port
     prometheus_exporter "phpfpm" do
       port new_resource.prometheus_port
+      restrict_address_families "AF_UNIX"
       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