package "munin"
package "rrdcached"
+package "libcgi-fast-perl"
template "/etc/default/rrdcached" do
source "rrdcached.erb"
end
service "rrdcached" do
- action [ :enable, :start ]
+ action [:enable, :start]
subscribes :restart, "template[/etc/default/rrdcached]"
end
variables :expiry_time => expiry_time, :clients => clients, :frontends => frontends, :backends => backends, :tilecaches => tilecaches, :renderers => renderers
end
+apache_module "fcgid"
+apache_module "rewrite"
+
+remote_directory "/srv/munin.openstreetmap.org" do
+ source "www"
+ owner "root"
+ group "root"
+ mode 0755
+ files_owner "root"
+ files_group "root"
+ files_mode 0755
+ purge true
+end
+
apache_site "munin.openstreetmap.org" do
template "apache.erb"
end
munin_plugin "munin_stats"
munin_plugin "munin_update"
+munin_plugin "munin_rrdcached"