]> git.openstreetmap.org Git - chef.git/commitdiff
Increase CPU temperature warning thresholds on rhaegal
authorTom Hughes <tom@compton.nu>
Thu, 14 Nov 2019 21:13:16 +0000 (21:13 +0000)
committerTom Hughes <tom@compton.nu>
Thu, 14 Nov 2019 21:13:16 +0000 (21:13 +0000)
roles/rhaegal.rb

index b29de0fa1d2efc000daae7a46c22d5962fb803d6..0ca0618fb21a9720b0b32c10157676ff949a5f97 100644 (file)
@@ -24,6 +24,24 @@ default_attributes(
     }
   },
   :location => "Zagreb, Croatia",
     }
   },
   :location => "Zagreb, Croatia",
+  :munin => {
+    :plugins => {
+      :sensors_temp => {
+        :temp1 => { :warning => "85.0" },
+        :temp2 => { :warning => "85.0" },
+        :temp3 => { :warning => "85.0" },
+        :temp4 => { :warning => "85.0" },
+        :temp5 => { :warning => "85.0" },
+        :temp6 => { :warning => "85.0" },
+        :temp8 => { :warning => "85.0" },
+        :temp9 => { :warning => "85.0" },
+        :temp10 => { :warning => "85.0" },
+        :temp11 => { :warning => "85.0" },
+        :temp12 => { :warning => "85.0" },
+        :temp13 => { :warning => "85.0" }
+      }
+    }
+  },
   :networking => {
     :interfaces => {
       :external_ipv4 => {
   :networking => {
     :interfaces => {
       :external_ipv4 => {