X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/c6902ea9afba17351101f28b4a401e5193b89c1b..7feb5d6e412f76ee23cfe21e47c9868293010f24:/cookbooks/munin/recipes/server.rb diff --git a/cookbooks/munin/recipes/server.rb b/cookbooks/munin/recipes/server.rb index 063f4dbc5..a70ff14fe 100644 --- a/cookbooks/munin/recipes/server.rb +++ b/cookbooks/munin/recipes/server.rb @@ -106,21 +106,6 @@ template "/etc/cron.daily/munin-backup" do mode 0o755 end -# simple shell script to dump RRD data to a file -cookbook_file "/usr/local/bin/rrddump" do - source "rrddump.sh" - owner "root" - group "root" - mode 0o755 -end - -template "/etc/cron.d/rrddump" do - source "rrddump.cron.erb" - owner "root" - group "root" - mode 0o755 -end - munin_plugin "munin_stats" munin_plugin "munin_update" munin_plugin "munin_rrdcached"