X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/21958591555b0b80370e944e3128ac5d533c281d..d118d2178b14eefa5a486e528d730956175fdf40:/cookbooks/munin/recipes/server.rb diff --git a/cookbooks/munin/recipes/server.rb b/cookbooks/munin/recipes/server.rb index 3e72ea160..8d9759960 100644 --- a/cookbooks/munin/recipes/server.rb +++ b/cookbooks/munin/recipes/server.rb @@ -21,6 +21,7 @@ include_recipe "apache" package "munin" package "rrdcached" +package "libcgi-fast-perl" template "/etc/default/rrdcached" do source "rrdcached.erb" @@ -62,9 +63,13 @@ template "/etc/munin/munin.conf" do variables :expiry_time => expiry_time, :clients => clients, :frontends => frontends, :backends => backends, :tilecaches => tilecaches, :renderers => renderers end +apache_module "fcgid" +apache_module "rewrite" + apache_site "munin.openstreetmap.org" do template "apache.erb" end munin_plugin "munin_stats" munin_plugin "munin_update" +munin_plugin "munin_rrdcached"