X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/3ce5d7d46e9154e2854588d48d558cc61098fdcf..0c79b5dbf9284104cb1ab66bd0673f9d41dd08bd:/cookbooks/munin/recipes/plugins.rb diff --git a/cookbooks/munin/recipes/plugins.rb b/cookbooks/munin/recipes/plugins.rb index f9d22c9eb..dde0a55dd 100644 --- a/cookbooks/munin/recipes/plugins.rb +++ b/cookbooks/munin/recipes/plugins.rb @@ -117,18 +117,6 @@ else end end -munin_plugin "hpasmcli_temp" do - action :delete -end - -munin_plugin "hpasmcli_fans" do - action :delete -end - -munin_plugin "http_loadtime" do - action :delete -end - node[:network][:interfaces].each do |ifname, ifattr| if ifattr[:flags]&.include?("UP") && !ifattr[:flags].include?("LOOPBACK") if node[:hardware] &&