]> git.openstreetmap.org Git - chef.git/commitdiff
Relax warning threshold for minutely planet diffs
authorTom Hughes <tom@compton.nu>
Fri, 17 Apr 2015 08:54:29 +0000 (09:54 +0100)
committerTom Hughes <tom@compton.nu>
Fri, 17 Apr 2015 08:54:29 +0000 (09:54 +0100)
cookbooks/munin/files/default/plugins/planet_age

index a3f37093fb3c2a85499d38ab4b340e793b649400..220c7c536f83279d269d50c94e7ee36ca187fb08 100755 (executable)
@@ -30,8 +30,8 @@ files = [
     :name => "/store/planet/replication/minute/state.txt",
     :title => "Minutely Replication",
     :frequency => 60,
-    :warning => 3,
-    :critical => 5
+    :warning => 5,
+    :critical => 10
   }
 ]