]> git.openstreetmap.org Git - chef.git/commitdiff
ridgeback: ignore failed smartctl reads on sda
authorGrant Slater <git@firefishy.com>
Tue, 11 Feb 2014 12:24:16 +0000 (12:24 +0000)
committerGrant Slater <git@firefishy.com>
Tue, 11 Feb 2014 14:51:01 +0000 (14:51 +0000)
roles/ridgeback.rb

index 90f1c11bd107515788de9cc3ff2ae3d9fb8504ee..73d32f9d1f33a9d9c8a5589718edc0558604e7dd 100644 (file)
@@ -40,6 +40,11 @@ default_attributes(
   },
   :munin => {
     :plugins => {
+      :smart_sda => {
+        :smartctl_exit_status => {
+          :warning => 8
+        }
+      },
       :smart_sdb => {
         :smartctl_exit_status => {
           :warning => 8