]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/nominatim/attributes/default.rb
Configure prometheus monitoring for PHP-FPM on nominatim servers
[chef.git] / cookbooks / nominatim / attributes / default.rb
index e29fd7931e0eeb174274df5ae3901b0d81d43dab..4e74848cd7dde1967440c1750aad700caefa3cdf 100644 (file)
@@ -16,7 +16,8 @@ default[:nominatim][:fpm_pools] = {
   :www => {
     :port => 8000,
     :pm => "dynamic",
-    :max_children => 60
+    :max_children => 60,
+    :prometheus_port => 9253
   }
 }