]> git.openstreetmap.org Git - chef.git/blobdiff - roles/errol.rb
Fix munin limits for inverted temperature sensors
[chef.git] / roles / errol.rb
index 6e49cea9f5690000731a90e3ee64bacbc7571cd7..17905f61de91e60957061daa32fe0a0d833ee8dd 100644 (file)
@@ -4,6 +4,10 @@ description "Master role applied to errol"
 default_attributes(
   :munin => {
     :plugins => {
+      :ipmi_temp => {
+        :CPU0belowTmax => { :critical => "10:" },
+        :CPU1belowTmax => { :critical => "10:" }
+      },
       :sensors_fan => {
         :contacts => "null"
       },
@@ -53,13 +57,13 @@ default_attributes(
         :interface => "eth1",
         :role => :external,
         :family => :inet,
-        :address => "128.40.168.103"
+        :address => "128.40.45.196"
       }
     }
   }
 );
 
 run_list(
-  "role[ucl-internal]",
+  "role[ucl-wolfson]",
   "role[dev]"
 )