]> git.openstreetmap.org Git - chef.git/blob - roles/gp-dl360e-g8.rb
Merge remote-tracking branch 'tigerfell/pr257'
[chef.git] / roles / gp-dl360e-g8.rb
1 name "hp-dl360e-g8"
2 description "Role applied to all HP DL360e G8 machines"
3
4 default_attributes(
5   :munin => {
6     :plugins => {
7       :hpasmcli2_temp => {
8         :temp15 => { :warning => 68, :critical => 80 },
9         :temp16 => { :warning => 68, :critical => 80 }
10       }
11     }
12   }
13 )