]> git.openstreetmap.org Git - chef.git/blobdiff - roles/ridgeback.rb
Add network details for OSUOSL machines
[chef.git] / roles / ridgeback.rb
index 78d0be7ee8ba69e987dc790995643e5439638b9f..73d32f9d1f33a9d9c8a5589718edc0558604e7dd 100644 (file)
@@ -37,6 +37,20 @@ default_attributes(
       "tabaluga.openstreetmap.org",
       "nepomuk.openstreetmap.org"
     ]
+  },
+  :munin => {
+    :plugins => {
+      :smart_sda => {
+        :smartctl_exit_status => {
+          :warning => 8
+        }
+      },
+      :smart_sdb => {
+        :smartctl_exit_status => {
+          :warning => 8
+        }
+      }
+    }
   }
 )