]> git.openstreetmap.org Git - chef.git/blobdiff - roles/errol.rb
Ignore more disconnected fans
[chef.git] / roles / errol.rb
index 74bc999a8d7b47bcee1bdb4be9c7c8634ddd3a8d..61bf2e15b4c7a969e70e2c600646630d03185de6 100644 (file)
@@ -4,6 +4,20 @@ description "Master role applied to errol"
 default_attributes(
   :munin => {
     :plugins => {
+      :ipmi_fans => {
+        :Sys3Front1 => { :graph => "no" },
+        :Sys4Front2 => { :graph => "no" },
+        :Sys5Rear1 => { :graph => "no" },
+        :Sys6 => { :graph => "no" },
+        :Sys7 => { :graph => "no" },
+        :Sys8 => { :graph => "no" },
+        :Sys9 => { :graph => "no" },
+        :Sys10 => { :graph => "no" }
+      },
+      :ipmi_temp => {
+        :CPU0belowTmax => { :critical => "10:" },
+        :CPU1belowTmax => { :critical => "10:" }
+      },
       :sensors_fan => {
         :contacts => "null"
       },
@@ -53,13 +67,13 @@ default_attributes(
         :interface => "eth1",
         :role => :external,
         :family => :inet,
-        :address => "128.40.168.103"
+        :address => "128.40.45.196"
       }
     }
   }
 );
 
 run_list(
-  "role[ucl-wates]",
+  "role[ucl-wolfson]",
   "role[dev]"
 )