]> git.openstreetmap.org Git - chef.git/blobdiff - roles/orm.rb
Fix munin limits for inverted temperature sensors
[chef.git] / roles / orm.rb
index 9f2694fe63901a547170b8c33d53d1818ad4dd57..51ff04b40af367a7da8d6aac98e2daaddb5852c5 100644 (file)
@@ -29,8 +29,18 @@ default_attributes(
   :munin => {
     :plugins => {
       :ipmi_fans => {
+        :Sys3Front1 => { :graph => "no" },
+        :Sys4Front2 => { :graph => "no" },
+        :Sys5Rear1 => { :graph => "no" },
         :Sys6 => { :graph => "no" },
-        :Sys8 => { :graph => "no" }
+        :Sys7 => { :graph => "no" },
+        :Sys8 => { :graph => "no" },
+        :Sys9 => { :graph => "no" },
+        :Sys10 => { :graph => "no" }
+      },
+      :ipmi_temp => {
+        :CPU0belowTmax => { :critical => "10:" },
+        :CPU1belowTmax => { :critical => "10:" }
       },
       :sensors_fan => {
         :fan3 => { :graph => "no" },
@@ -46,6 +56,9 @@ default_attributes(
       },
       :sensors_volt => {
         :contacts => "null",
+        :volt6 => {
+          :warning => "2.992:3.536"
+        }
       }
     }
   },