]> git.openstreetmap.org Git - chef.git/blobdiff - roles/tilecache.rb
Remove CPU alert thresholds for tile caches
[chef.git] / roles / tilecache.rb
index 8e6da21eeb45674c4c5ffdedafd18ed9fde333aa..313c262f49e148cea605e46881f1b750d84a13e8 100644 (file)
@@ -12,13 +12,6 @@ default_attributes(
   :apt => {
     :sources => ["nginx"]
   },
-  :munin => {
-    :plugins => {
-      :cpu => {
-        :user => { :warning => 200, :critical => 400 }
-      }
-    }
-  },
   :sysctl => {
     :network_conntrack_time_wait => {
       :comment => "Only track completed connections for 30 seconds",