]> git.openstreetmap.org Git - chef.git/blobdiff - roles/yevaud.rb
Fix munin limits for inverted temperature sensors
[chef.git] / roles / yevaud.rb
index 22095f596c5e1a64b1bc4638a1d0a4e07ea65f48..7ff33d71061f92e4cc891166e3df994c740070c8 100644 (file)
@@ -63,7 +63,8 @@ default_attributes(
         :contacts => "null",
       },
       :ipmi_temp => {
-        :contacts => "null",
+        :CPU0belowTmax => { :critical => "10:" },
+        :CPU1belowTmax => { :critical => "10:" }
       },
       :sensors_fan => {
         :contacts => "null"
@@ -88,7 +89,7 @@ default_attributes(
         :interface => "eth1",
         :role => :external,
         :family => :inet,
-        :address => "128.40.168.104"
+        :address => "128.40.45.208"
       }
     }
   },
@@ -125,6 +126,6 @@ default_attributes(
 )
 
 run_list(
-  "role[ucl-wates]",
+  "role[ucl-wolfson]",
   "role[tile]"
 )