]> git.openstreetmap.org Git - chef.git/commitdiff
Tweak alert threashold for CPU 0 on yevaud
authorTom Hughes <tom@compton.nu>
Fri, 26 May 2017 14:20:40 +0000 (15:20 +0100)
committerTom Hughes <tom@compton.nu>
Fri, 26 May 2017 14:26:54 +0000 (15:26 +0100)
roles/yevaud.rb

index 3d259f6743b14594b60e9ef684c89588bd8711eb..2895db2451e31ec24bf33174c46d74c14d13ee86 100644 (file)
@@ -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 }
       }
     }
   },