X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/0f070772483480ece384bf3f3127b6c562298f5a..eb86e52595535403578b173053c41c9f2efbccdc:/cookbooks/munin/recipes/default.rb diff --git a/cookbooks/munin/recipes/default.rb b/cookbooks/munin/recipes/default.rb index 316f738f5..ae5eb6cae 100644 --- a/cookbooks/munin/recipes/default.rb +++ b/cookbooks/munin/recipes/default.rb @@ -155,18 +155,31 @@ else end if File.exists?("/sbin/hpasmcli") - munin_plugin "hpasmcli_temp" - munin_plugin "hpasmcli_fans" + munin_plugin "hpasmcli2_temp" do + target "hpasmcli2_" + end + + munin_plugin "hpasmcli2_fans" do + target "hpasmcli2_" + end else - munin_plugin "hpasmcli_temp" do + munin_plugin "hpasmcli2_temp" do action :delete end - munin_plugin "hpasmcli_fans" do + munin_plugin "hpasmcli2_fans" do action :delete 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