]> git.openstreetmap.org Git - chef.git/commitdiff
Remove CPU alert thresholds for tile caches
authorTom Hughes <tom@compton.nu>
Mon, 24 Apr 2017 09:21:44 +0000 (10:21 +0100)
committerTom Hughes <tom@compton.nu>
Mon, 24 Apr 2017 09:21:44 +0000 (10:21 +0100)
The bug that caused nginx to spin seems to be fixed and this
is prone to false positives.

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",