X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/2bfb0ef07fb64314f5c4ded641a8c280df9c1d0b..8de21e204dc53bb28ad67207c308489f706ff00d:/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] &&