]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/munin/recipes/default.rb
Exclude tmpfs, cgmfs and devtmpfs from df and df_inode graphs
[chef.git] / cookbooks / munin / recipes / default.rb
index fc457acdd5ff27f21ccb669134c0b1f89a218eef..c01d84130a08469e9f0c32a66e0f475f94bbd28c 100644 (file)
@@ -98,8 +98,13 @@ else
   end
 end
 
+munin_plugin_conf "df" do
+  template "df.erb"
+end
+
 munin_plugin "df"
 munin_plugin "df_inode"
+
 munin_plugin "diskstats"
 munin_plugin "entropy"
 munin_plugin "forks"