X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/77c15edb86c1c5a78904db4da60a4806cc3e1bb6..c784b570ae5193b222866d410ddd24b90547bed7:/roles/hp-g9.rb diff --git a/roles/hp-g9.rb b/roles/hp-g9.rb index 01f2afc00..4d086da76 100644 --- a/roles/hp-g9.rb +++ b/roles/hp-g9.rb @@ -1,15 +1,2 @@ name "hp-g9" description "Role applied to all HP G9 machines" - -default_attributes( - :munin => { - :plugins => { - :hpasmcli2_temp => { - :temp11 => { :warning => 85, :critical => 100 }, - :temp12 => { :warning => 85, :critical => 100 }, - :temp19 => { :warning => 85, :critical => 100 }, - :temp20 => { :warning => 85, :critical => 100 } - } - } - } -)