X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/22d1a5167241df3a92df69672950e599c8d7d817..884a73d43b23a1d6c117af4d78639bcfa5922f4b:/cookbooks/munin/recipes/server.rb diff --git a/cookbooks/munin/recipes/server.rb b/cookbooks/munin/recipes/server.rb index ed7aeac44..0c74cd0cc 100644 --- a/cookbooks/munin/recipes/server.rb +++ b/cookbooks/munin/recipes/server.rb @@ -20,6 +20,27 @@ include_recipe "apache" package "munin" +package "rrdcached" + +template "/etc/default/rrdcached" do + source "rrdcached.erb" + owner "root" + group "root" + mode 0644 +end + +directory "/var/lib/munin/rrdcached" do + owner "munin" + group "munin" + mode 0755 +end + +service "rrdcached" do + action [ :enable, :start ] + subscribes :restart, "template[/etc/default/rrdcached]" +end + +munin_plugin "rrdcached" expiry_time = 14 * 86400