X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/59561cc508033895737b6206a08ed8887dba012a..9e84412b7279e2b3438637e4dd121c0adea4cd53:/cookbooks/munin/recipes/server.rb diff --git a/cookbooks/munin/recipes/server.rb b/cookbooks/munin/recipes/server.rb index 4729f4321..6d628bb8c 100644 --- a/cookbooks/munin/recipes/server.rb +++ b/cookbooks/munin/recipes/server.rb @@ -81,6 +81,13 @@ apache_site "munin.openstreetmap.org" do template "apache.erb" end +template "/etc/cron.daily/munin-backup" do + source "backup.cron.erb" + owner "root" + group "root" + mode 0750 +end + munin_plugin "munin_stats" munin_plugin "munin_update" munin_plugin "munin_rrdcached"