]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/munin/recipes/server.rb
Add munin monitoring of rrdcached
[chef.git] / cookbooks / munin / recipes / server.rb
index 983f92231adbb52672068dbd60b7374ba9b31664..0c74cd0ccade90184f5124ef02f29fb71e22e1f3 100644 (file)
@@ -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] }