From: Grant Slater Date: Sun, 4 Dec 2022 09:44:27 +0000 (+0000) Subject: munin: remove very old plugin cleanup X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/ab3eda011bf402ee3e2fd0875eb6f1cfe9e0fb02?ds=inline munin: remove very old plugin cleanup --- 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] &&