X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/8ad66df69a108a031ff4fb869f002a6598005649..4c87577cb2b3d35abd3c833c88ad18ddcd64b3b0:/cookbooks/munin/recipes/default.rb diff --git a/cookbooks/munin/recipes/default.rb b/cookbooks/munin/recipes/default.rb index c2a360aa4..847425e53 100644 --- a/cookbooks/munin/recipes/default.rb +++ b/cookbooks/munin/recipes/default.rb @@ -313,6 +313,7 @@ end if sensors_volt munin_plugin "sensors_volt" do target "sensors_" + conf "sensors_volt.erb" end else munin_plugin "sensors_volt" do @@ -324,6 +325,8 @@ node[:block_device].each do |name,attributes| if attributes[:vendor] == "ATA" munin_plugin "smart_#{name}" do target "smart_" + conf "smart.erb" + conf_variables :disk => name end else munin_plugin "smart_#{name}" do