]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/passenger/recipes/default.rb
imagery: restart titiler service to workaround resource leak
[chef.git] / cookbooks / passenger / recipes / default.rb
index f8ea95808c4ac38dcb21c9d85e5ee63b69d4d1fc..4ad7f8b0ecb8c65152abdf1970aefbeb58879950 100644 (file)
@@ -18,8 +18,7 @@
 #
 
 include_recipe "apache"
-include_recipe "apt"
-include_recipe "munin"
+include_recipe "apt::passenger"
 include_recipe "prometheus"
 include_recipe "ruby"
 
@@ -42,16 +41,10 @@ apache_module "passenger" do
   conf "passenger.conf.erb"
 end
 
-munin_plugin_conf "passenger" do
-  template "munin.erb"
-end
-
-munin_plugin "passenger_memory"
-munin_plugin "passenger_processes"
-munin_plugin "passenger_queues"
-munin_plugin "passenger_requests"
-
 prometheus_exporter "passenger" do
   port 9149
+  user "root"
   environment "PASSENGER_INSTANCE_REGISTRY_DIR" => node[:passenger][:instance_registry_dir]
+  options "--passenger.command.timeout-seconds=5"
+  restrict_address_families "AF_UNIX"
 end