]> git.openstreetmap.org Git - chef.git/commitdiff
Increase CPU altering thresholds for tile caches
authorTom Hughes <tom@compton.nu>
Thu, 15 Dec 2016 09:08:02 +0000 (09:08 +0000)
committerTom Hughes <tom@compton.nu>
Thu, 15 Dec 2016 09:08:02 +0000 (09:08 +0000)
roles/tilecache.rb

index 86a4942856cd527abc17e2a497378f64408fd13e..0b19eb89088ee7092975e4be97606546205ee963 100644 (file)
@@ -15,7 +15,7 @@ default_attributes(
   :munin => {
     :plugins => {
       :cpu => {
-        :user => { :warning => 100, :critical => 200 }
+        :user => { :warning => 200, :critical => 400 }
       }
     }
   },