#
include_recipe "apache"
-include_recipe "apt"
+include_recipe "apt::passenger"
include_recipe "munin"
include_recipe "prometheus"
include_recipe "ruby"
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