You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@slider.apache.org by bu...@apache.org on 2014/10/29 21:55:40 UTC

svn commit: r927334 - in /websites/staging/slider/trunk/content: ./ docs/slider_specs/chaosmonkey.html

Author: buildbot
Date: Wed Oct 29 20:55:39 2014
New Revision: 927334

Log:
Staging update by buildbot for slider

Modified:
    websites/staging/slider/trunk/content/   (props changed)
    websites/staging/slider/trunk/content/docs/slider_specs/chaosmonkey.html

Propchange: websites/staging/slider/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Oct 29 20:55:39 2014
@@ -1 +1 @@
-1635166
+1635298

Modified: websites/staging/slider/trunk/content/docs/slider_specs/chaosmonkey.html
==============================================================================
--- websites/staging/slider/trunk/content/docs/slider_specs/chaosmonkey.html (original)
+++ websites/staging/slider/trunk/content/docs/slider_specs/chaosmonkey.html Wed Oct 29 20:55:39 2014
@@ -212,11 +212,20 @@ must equal <code>"true"</code> for the m
 <p>The interval (aggregated to produce a total interval) between checks to see if
 <em>any</em> chaos action is to be triggered.</p>
 <ul>
-<li><code>internal.chaos.monkey.interval.days</code>,</li>
+<li><code>internal.chaos.monkey.interval.days</code></li>
 <li><code>internal.chaos.monkey.interval.hours</code></li>
 <li><code>internal.chaos.monkey.interval.minutes</code></li>
 <li><code>internal.chaos.monkey.interval.seconds</code></li>
 </ul>
+<h3 id="startup-delay">Startup delay</h3>
+<p>The chaos monkey can be given a startup delay before it begins
+actions. The value defaults to the interval value (see above).</p>
+<ul>
+<li><code>internal.chaos.monkey.delay.days</code></li>
+<li><code>internal.chaos.monkey.delay.hours</code></li>
+<li><code>internal.chaos.monkey.delay.minutes</code></li>
+<li><code>internal.chaos.monkey.delay.seconds</code></li>
+</ul>
 <h2 id="application-master-kill">Application Master Kill</h2>
 <p>The probability of the AM being killed on a monkey check is:</p>
 <div class="codehilite"><pre><span class="n">internal</span><span class="p">.</span><span class="n">chaos</span><span class="p">.</span><span class="n">monkey</span><span class="p">.</span><span class="n">probability</span><span class="p">.</span><span class="n">amfailure</span>