X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/60ef68d5a680e8198874299a1685cb72430b9b49..2827bb4c1d2116657079719a078450513d647149:/cookbooks/munin/recipes/server.rb diff --git a/cookbooks/munin/recipes/server.rb b/cookbooks/munin/recipes/server.rb index 4729f4321..675454de4 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 0755 +end + munin_plugin "munin_stats" munin_plugin "munin_update" munin_plugin "munin_rrdcached"