]> git.openstreetmap.org Git - chef.git/commitdiff
Increase load average warning levels for yevaud
authorTom Hughes <tom@compton.nu>
Wed, 16 Sep 2015 17:01:30 +0000 (18:01 +0100)
committerTom Hughes <tom@compton.nu>
Wed, 16 Sep 2015 17:01:30 +0000 (18:01 +0100)
roles/yevaud.rb

index 0dc9b0d75fd6426452fde5dde4647fe3242df9ba..b49ffabd949cca73ccf39af81622698076de0ece 100644 (file)
@@ -58,8 +58,8 @@ default_attributes(
       },
       :load => {
         :load => {
-          :warning => 250,
-          :critical => 300
+          :warning => 400,
+          :critical => 500
         }
       }
     }