X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/60b1f7f088490d6904ce549956d33e2992963e79..87a5f38102d7c70052e404469f79cfea608c1363:/cookbooks/munin/recipes/server.rb diff --git a/cookbooks/munin/recipes/server.rb b/cookbooks/munin/recipes/server.rb index 983f92231..0c74cd0cc 100644 --- a/cookbooks/munin/recipes/server.rb +++ b/cookbooks/munin/recipes/server.rb @@ -40,6 +40,8 @@ service "rrdcached" do subscribes :restart, "template[/etc/default/rrdcached]" end +munin_plugin "rrdcached" + expiry_time = 14 * 86400 clients = search(:node, "recipes:munin").select { |n| n[:munin] }.sort_by { |n| n[:hostname] }