From: Tom Hughes Date: Fri, 26 May 2017 14:20:40 +0000 (+0100) Subject: Tweak alert threashold for CPU 0 on yevaud X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/63432f5c5097675998f74110fdeab4ca5c99719b?hp=e9e3b4d82e275cd3ea85d0b2c68a99db9ace2d59 Tweak alert threashold for CPU 0 on yevaud --- diff --git a/roles/yevaud.rb b/roles/yevaud.rb index 3d259f674..2895db245 100644 --- a/roles/yevaud.rb +++ b/roles/yevaud.rb @@ -61,6 +61,14 @@ default_attributes( :warning => 400, :critical => 500 } + }, + :sensors_temp => { + :temp1 => { :warning => 82 }, + :temp2 => { :warning => 82 }, + :temp3 => { :warning => 82 }, + :temp4 => { :warning => 82 }, + :temp5 => { :warning => 82 }, + :temp6 => { :warning => 82 } } } },