Site updated at 2016-08-22 08:21:42 UTC

This commit is contained in:
Travis CI 2016-08-22 08:21:43 +00:00
parent f9d65cbe57
commit 4acb07bf8e
559 changed files with 18878 additions and 21688 deletions

View file

@ -89,23 +89,21 @@
<hr class="divider">
<p>The <code>supervisord</code> platform allows you to track the states of <a href="http://supervisord.org/">Supervisor</a>.</p>
<p>The <code class="highlighter-rouge">supervisord</code> platform allows you to track the states of <a href="http://supervisord.org/">Supervisor</a>.</p>
<p>To use this sensor in your installation, add the following to your <code>configuration.yaml</code> file:</p>
<p>To use this sensor in your installation, add the following to your <code class="highlighter-rouge">configuration.yaml</code> file:</p>
<div class="highlighter-coderay"><div class="CodeRay">
<div class="code"><pre><span class="comment"># Example configuration.yaml entry</span>
<span class="key">sensor</span>:
<span class="key">platform</span>: <span class="string"><span class="content">supervisord</span></span>
<span class="key">url</span>: <span class="string"><span class="content">http://192.168.1.1:9001/RPC2</span></span>
</pre></div>
</div>
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="c1"># Example configuration.yaml entry</span>
<span class="s">sensor</span><span class="pi">:</span>
<span class="s">platform</span><span class="pi">:</span> <span class="s">supervisord</span>
<span class="s">url</span><span class="pi">:</span> <span class="s">http://192.168.1.1:9001/RPC2</span>
</code></pre>
</div>
<p>Configuration variables:</p>
<ul>
<li><strong>url</strong> (<em>Optional</em>): The URL to track. Default to <code>http://localhost:9001/RPC2</code>.</li>
<li><strong>url</strong> (<em>Optional</em>): The URL to track. Default to <code class="highlighter-rouge">http://localhost:9001/RPC2</code>.</li>
</ul>