X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/2381f5a670ed0387401ebe94dbfbda983cc76011..d8a807d2d3fa09bb14484e03e193c0b37da26daa:/roles/hp-g5.rb diff --git a/roles/hp-g5.rb b/roles/hp-g5.rb new file mode 100644 index 000000000..50986b149 --- /dev/null +++ b/roles/hp-g5.rb @@ -0,0 +1,12 @@ +name "hp-g5" +description "Role applied to all HP G5 machines" + +default_attributes( + :munin => { + :plugins => { + :hpasmcli2_temp => { + :temp1 => { :warning => 60 } + } + } + } +)