]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/munin/recipes/plugins.rb
munin: remove very old plugin cleanup
[chef.git] / cookbooks / munin / recipes / plugins.rb
index f9d22c9eb8593f0524392544aeb8e1069635ff47..dde0a55ddc816cab55bb047644995814927b095c 100644 (file)
@@ -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] &&