]> 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 fb1225c2f25a056e7572b5e936e0f91de60ae8fd..c01d84130a08469e9f0c32a66e0f475f94bbd28c 100644 (file)
@@ -22,7 +22,9 @@ include_recipe "networking"
 package "munin-node"
 
 service "munin-node" do
-  if node[:lsb][:release].to_f >= 14.04
+  if node[:lsb][:release].to_f >= 15.10
+    provider Chef::Provider::Service::Systemd
+  elsif node[:lsb][:release].to_f >= 14.04
     provider Chef::Provider::Service::Upstart
   end
   action [:enable, :start]
@@ -96,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"