From ab3eda011bf402ee3e2fd0875eb6f1cfe9e0fb02 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Sun, 4 Dec 2022 09:44:27 +0000 Subject: [PATCH] munin: remove very old plugin cleanup --- cookbooks/munin/recipes/plugins.rb | 12 ------------ 1 file changed, 12 deletions(-) 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] && -- 2.39.5