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/31 22:38:57 UTC

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

Author: buildbot
Date: Fri Oct 31 21:38:56 2014
New Revision: 927561

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 Fri Oct 31 21:38:56 2014
@@ -1 +1 @@
-1635632
+1635866

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 Fri Oct 31 21:38:56 2014
@@ -217,6 +217,7 @@ must equal <code>"true"</code> for the m
 <li><code>internal.chaos.monkey.interval.minutes</code></li>
 <li><code>internal.chaos.monkey.interval.seconds</code></li>
 </ul>
+<p>If not interval is set the chaos monkey does not start</p>
 <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>
@@ -257,7 +258,15 @@ the chaos monkey performs its actions, t
 <h2 id="am-launch-failure">AM Launch Failure</h2>
 <p>The launch failure is a special check at startup, if the monkey is enabled:
 it defines the probability that the launch itself will fail.</p>
-<p>It is tested precisely once per application attempt.</p>
+<p>It is tested precisely once per application attempt, at launch startup</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">amlaunchfailure</span>
+</pre></div>
+
+
+<p>Note that the chaos monkey must be enabled for this check, where that means
+1. the monkey must be enabled with <code>internal.chaos.monkey.enabled=true</code>
+1. A non-zero monkey interval must be set via the <code>internal.chaos.monkey.interval</code>
+properties</p>
 <h1 id="example">Example</h1>
 <p>A disabled Chaos Monkey</p>
 <div class="codehilite"><pre><span class="p">{</span>