]> git.openstreetmap.org Git - chef.git/blobdiff - roles/errol.rb
Only local munin monitoring fir viserion
[chef.git] / roles / errol.rb
index 17905f61de91e60957061daa32fe0a0d833ee8dd..a74cf845272372c75ee583fee0eaaaa33ab439d7 100644 (file)
@@ -2,27 +2,6 @@ name "errol"
 description "Master role applied to errol"
 
 default_attributes(
-  :munin => {
-    :plugins => {
-      :ipmi_temp => {
-        :CPU0belowTmax => { :critical => "10:" },
-        :CPU1belowTmax => { :critical => "10:" }
-      },
-      :sensors_fan => {
-        :contacts => "null"
-      },
-      :sensors_temp => {
-        :contacts => "null"
-      },
-      :sensors_volt => {
-        :contacts => "null",
-        :volt10 => { 
-          :warning => "3.11:3.50",
-          :critical => "2.98:3.63"
-        }
-      }
-    }
-  },
   :devices => {
     :osdsk => {
       :comment => "First os disk",
@@ -65,5 +44,6 @@ default_attributes(
 
 run_list(
   "role[ucl-wolfson]",
+  "role[tyan-s7010]",
   "role[dev]"
 )