]> git.openstreetmap.org Git - chef.git/blobdiff - roles/gorynych.rb
name template script correctly
[chef.git] / roles / gorynych.rb
index d90e42c5aca43d2526b38b3e8636cd77e2258b1b..4bccc2a912ab395aa6b120257a7c15ea4aaf9f07 100644 (file)
@@ -2,6 +2,16 @@ name "gorynych"
 description "Master role applied to gorynych"
 
 default_attributes(
+  :munin => {
+    :plugins => {
+      :smart_sdc => {
+        :smartctl_exit_status => { :warning => ":8" }
+      },
+      :smart_sdd => {
+        :smartctl_exit_status => { :warning => ":8" }
+      }
+    }
+  },
   :networking => {
     :interfaces => {
       :external_ipv4 => {
@@ -32,7 +42,8 @@ default_attributes(
     :tile_siblings => [
       "trogdor.openstreetmap.org",
       "fume.openstreetmap.org",
-      "tabaluga.openstreetmap.org",
+      "katie.openstreetmap.org",
+      "konqi.openstreetmap.org",
       "nepomuk.openstreetmap.org",
       "ridgeback.openstreetmap.org"
     ]