]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/donate/recipes/default.rb
Enable prometheus monitoring for more PHP-FPM sites
[chef.git] / cookbooks / donate / recipes / default.rb
index daa31fe4c0581cdba6ea18fa750dd5700d175ab9..7389db3cf7297af4a8f78a7c320d2712b7fc8646 100644 (file)
@@ -83,6 +83,7 @@ end
 php_fpm "donate.openstreetmap.org" do
   php_admin_values "open_basedir" => "/srv/donate.openstreetmap.org/:/usr/share/php/:/tmp/",
                    "disable_functions" => "exec,shell_exec,system,passthru,popen,proc_open"
+  prometheus_port 11101
 end
 
 apache_site "donate.openstreetmap.org" do